ctypes.wintypes
pwd.getpwnam

webbrowser.MacOSXOSAScript.__init__

# Exists at runtime, but missing from stubs
posix.stat_float_times
ssl.OP_ENABLE_MIDDLEBOX_COMPAT
ssl.Options.OP_ENABLE_MIDDLEBOX_COMPAT

uuid.lib

# ==========
# Allowlist entries that cannot or should not be fixed
# ==========

distutils.command.bdist_msi  # Only available on Windows and Python 3.10 and below
ftplib.FTP.trust_server_pasv_ipv4_address  # Dangerous to use, intentionally undocumented, intentionally missing from typeshed. #6154
ssl.PROTOCOL_SSLv3  # Depends on openssl compilation
ssl.RAND_egd  # Depends on openssl compilation
