Closed
Description
The following are missing from stubs:
- codecs
- pkgutil.read_code
- inspect.CO_COROUTINE
- inspect.CO_ASYNC_GENERATOR
- pickle.bytes_types
- pickle.decode_long
- tkinter.simpledialog
- pdb.Pdb
- msvcrt.setmode
- sre_compile.SRE_FLAG_*
- urrlib.request.HTTPError
- docutils.parsers.rst.Parser
- docutils.frontend
- multiprocessing.get_start_method
- multiprocessing.get_context
- multiprocessing.TimeoutError
- multiprocessing.AuthenticationError
- multiprocessing.BufferTooShort
There also seem to be several uses of _thread
, but I'm not familiar with typeshed's policy with "private" modules.