Skip to content

Commit 9309968

Browse files
authored
[stdlib] Add __interactivehook__ to sys module (#15024)
1 parent 70fee29 commit 9309968

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

stdlib/sys/__init__.pyi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -424,6 +424,8 @@ if sys.platform == "win32":
424424

425425
def intern(string: str, /) -> str: ...
426426

427+
__interactivehook__: Callable[[], object]
428+
427429
if sys.version_info >= (3, 13):
428430
def _is_gil_enabled() -> bool: ...
429431
def _clear_internal_caches() -> None: ...

0 commit comments

Comments
 (0)