Skip to content

Commit a212761

Browse files
authored
Allowlist entry
1 parent 64f1fce commit a212761

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

stdlib/@tests/stubtest_allowlists/py310.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,10 @@ importlib.metadata._meta.SimplePath.__truediv__ # Runtime definition of protoco
7777
builtins.float.__setformat__ # Internal method for CPython test suite
7878
typing._SpecialForm.__mro_entries__ # Exists at runtime, but missing from stubs
7979

80+
# Will always raise. Not included to avoid type checkers inferring that
81+
# TypeAliasType instances are callable.
82+
typing_extensions.Sentinel.__call__
83+
8084

8185
# =======
8286
# <= 3.10

0 commit comments

Comments
 (0)