Skip to content

Commit 64f1fce

Browse files
authored
Add allowlist entry
1 parent dba2c53 commit 64f1fce

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

  • stdlib/@tests/stubtest_allowlists

stdlib/@tests/stubtest_allowlists/py39.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ tempfile.SpooledTemporaryFile.writable
4444

4545
tkinter.Tk.split # Exists at runtime, but missing from stubs
4646

47+
# Will always raise. Not included to avoid type checkers inferring that
48+
# TypeAliasType instances are callable.
49+
typing_extensions.Sentinel.__call__
50+
4751

4852
# =======
4953
# <= 3.11

0 commit comments

Comments
 (0)