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 dba2c53 commit 64f1fceCopy full SHA for 64f1fce
1 file changed
stdlib/@tests/stubtest_allowlists/py39.txt
@@ -44,6 +44,10 @@ tempfile.SpooledTemporaryFile.writable
44
45
tkinter.Tk.split # Exists at runtime, but missing from stubs
46
47
+# Will always raise. Not included to avoid type checkers inferring that
48
+# TypeAliasType instances are callable.
49
+typing_extensions.Sentinel.__call__
50
+
51
52
# =======
53
# <= 3.11
0 commit comments