Skip to content

Commit 3b78392

Browse files
authored
Fix
1 parent cfd6496 commit 3b78392

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/importlib/util.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ if sys.version_info >= (3, 12):
5050
class _incompatible_extension_module_restrictions:
5151
def __init__(self, *, disable_check: bool) -> None: ...
5252
disable_check: bool
53-
old: Literal[-1, 0] # exists only while entered
53+
old: Literal[-1, 0, 1] # exists only while entered
5454
def __enter__(self) -> Self: ...
5555
def __exit__(
5656
self, exc_type: type[BaseException] | None, exc_val: BaseException | None, exc_tb: TracebackType | None

0 commit comments

Comments
 (0)