_collections_abc.AsyncGenerator.ag_await
_collections_abc.AsyncGenerator.ag_code
_collections_abc.AsyncGenerator.ag_frame
_collections_abc.AsyncGenerator.ag_running
asyncio.compat  # Removed in 3.7
asyncio.Future.__init__  # Usually initialized from c object
asyncio.Future._callbacks  # Usually initialized from c object
asyncio.exceptions  # Added in Python 3.8
asyncio.futures.Future.__init__  # Usually initialized from c object
asyncio.futures.Future._callbacks  # Usually initialized from c object
asyncio.staggered  # Added in Python 3.8
asyncio.threads  # Added in Python 3.9
asyncio.trsock  # Added in Python 3.8
builtins.dict.get
builtins.str.maketrans
bz2.BZ2Compressor.compress  # does not accept keyword arguments even though signature says it does
cmath.log
collections.AsyncGenerator.ag_await
collections.AsyncGenerator.ag_code
collections.AsyncGenerator.ag_frame
collections.AsyncGenerator.ag_running
collections.UserString.maketrans
collections.abc.AsyncGenerator.ag_await
collections.abc.AsyncGenerator.ag_code
collections.abc.AsyncGenerator.ag_frame
collections.abc.AsyncGenerator.ag_running
concurrent.futures.ProcessPoolExecutor.map
contextvars.Context.__init__
contextvars.Context.get
contextvars.ContextVar.get
contextlib.nullcontext  # not a function at runtime
copy.PyStringMap
dataclasses.field
enum.Enum._generate_next_value_
fractions.Fraction.__new__  # overload is too complicated for stubtest to resolve
hmac.HMAC.__init__
http.client.HTTPSConnection.__init__
http.server.SimpleHTTPRequestHandler.__init__
importlib.metadata  # Added in 3.8
ipaddress._BaseNetwork.__init__
json.loads
macurl2path  # removed in 3.7
multiprocessing.shared_memory
nntplib._NNTPBase.starttls
os.utime
pyexpat.XMLParserType.ExternalEntityParserCreate  # C signature is wrong - function gets only positional args
queue.SimpleQueue.__init__
random.Random.randrange  # missing undocumented arg _int
random.randrange  # missing undocumented arg _int
sched.Event.__doc__  # __slots__ is overridden
secrets.SystemRandom.getstate
smtplib.SMTP.sendmail
sre_constants.RANGE_IGNORE
ssl.PROTOCOL_SSLv3  # Depends on ssl compilation
ssl.RAND_egd  # Depends on openssl compilation
types.ClassMethodDescriptorType.__get__
types.MethodDescriptorType.__get__
types.WrapperDescriptorType.__get__
typing.NamedTuple._asdict
typing.NamedTuple._make
typing.NamedTuple._replace
typing._SpecialForm.__init__
typing._SpecialForm.__new__
typing.runtime_checkable
unittest.async_case  # Added in Python 3.8
urllib.parse.parse_qs
urllib.parse.parse_qsl
uuid.UUID.int
uuid.UUID.is_safe
uuid.getnode  # undocumented, unused parameter getters that was later removed
webbrowser.Opera.raise_opts
xml.etree.ElementTree.TreeBuilder.start  # Discrepancy between Python and C modules, fixed in bpo-39495
xml.etree.cElementTree.TreeBuilder.start  # bpo-39495
xml.parsers.expat.XMLParserType.ExternalEntityParserCreate  # C signature is wrong - function gets only positional args
# These enums derive from (int, IntEnum) or (str, Enum). See comment in py3_common.txt
enum.IntFlag.__new__
pstats.SortKey.__new__
re.RegexFlag.__new__
socket.AddressInfo.__new__
socket.MsgFlag.__new__
ssl.Options.__new__
ssl.TLSVersion.__new__
ssl.VerifyFlags.__new__
ssl.VerifyMode.__new__
tkinter.EventType.__new__
