Skip to content

Commit 91b9f6c

Browse files
authored
Reference PR for removing builtins.ellipsis
1 parent 68b9eb9 commit 91b9f6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/@tests/stubtest_allowlists/common.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ _frozen_importlib_external.WindowsRegistryFinder.REGISTRY_KEY
5959
_frozen_importlib_external.WindowsRegistryFinder.REGISTRY_KEY_DEBUG
6060

6161
builtins.OSError.characters_written # GetSetDescriptor that always raises AttributeError
62-
builtins.ellipsis # type is not exposed anywhere
62+
builtins.ellipsis # does not exist at runtime, see https://github.com/python/typeshed/pull/14957
6363
builtins.float.__getformat__ # Internal method for CPython test suite
6464

6565
# These super() dunders don't seem to be particularly useful,

0 commit comments

Comments
 (0)