We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64f1fce commit a212761Copy full SHA for a212761
1 file changed
stdlib/@tests/stubtest_allowlists/py310.txt
@@ -77,6 +77,10 @@ importlib.metadata._meta.SimplePath.__truediv__ # Runtime definition of protoco
77
builtins.float.__setformat__ # Internal method for CPython test suite
78
typing._SpecialForm.__mro_entries__ # Exists at runtime, but missing from stubs
79
80
+# Will always raise. Not included to avoid type checkers inferring that
81
+# TypeAliasType instances are callable.
82
+typing_extensions.Sentinel.__call__
83
+
84
85
# =======
86
# <= 3.10
0 commit comments