Fix various __all__-related errors and omissions (#8031)

This commit is contained in:
Alex Waygood
2022-06-07 23:29:55 +01:00
committed by GitHub
parent 591593c85f
commit e7a5b7a762
15 changed files with 108 additions and 21 deletions

View File

@@ -4,7 +4,6 @@ pwd.getpwnam
webbrowser.MacOSXOSAScript.__init__
# Exists at runtime, but missing from stubs
ntpath.splitunc
posix.stat_float_times
ssl.OP_ENABLE_MIDDLEBOX_COMPAT
ssl.Options.OP_ENABLE_MIDDLEBOX_COMPAT

View File

@@ -2,7 +2,6 @@ ctypes.wintypes
pwd.getpwnam
# Exists at runtime, but missing from stubs
ntpath.splitunc
posix.stat_float_times
ssl.OP_ENABLE_MIDDLEBOX_COMPAT
ssl.Options.OP_ENABLE_MIDDLEBOX_COMPAT

View File

@@ -84,7 +84,6 @@ tempfile.SpooledTemporaryFile.seekable
tempfile.SpooledTemporaryFile.writable
# Exists at runtime, but missing from stubs
_dummy_thread.RLock
contextvars.ContextVar.__class_getitem__
datetime.datetime_CAPI
distutils.dist.DistributionMetadata.set_classifiers

View File

@@ -100,7 +100,6 @@ tempfile.SpooledTemporaryFile.seekable
tempfile.SpooledTemporaryFile.writable
# Exists at runtime, but missing from stubs
_dummy_thread.RLock
contextvars.ContextVar.__class_getitem__
datetime.datetime_CAPI
distutils.dist.DistributionMetadata.set_classifiers