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 cfd6496 commit 3b78392Copy full SHA for 3b78392
stdlib/importlib/util.pyi
@@ -50,7 +50,7 @@ if sys.version_info >= (3, 12):
50
class _incompatible_extension_module_restrictions:
51
def __init__(self, *, disable_check: bool) -> None: ...
52
disable_check: bool
53
- old: Literal[-1, 0] # exists only while entered
+ old: Literal[-1, 0, 1] # exists only while entered
54
def __enter__(self) -> Self: ...
55
def __exit__(
56
self, exc_type: type[BaseException] | None, exc_val: BaseException | None, exc_tb: TracebackType | None
0 commit comments