[stdlib] Add __interactivehook__ to sys module (#15024)

This commit is contained in:
Guo Ci
2025-11-14 15:39:34 -05:00
committed by GitHub
parent 70fee29cc2
commit 9309968211
+2
View File
@@ -424,6 +424,8 @@ if sys.platform == "win32":
def intern(string: str, /) -> str: ...
__interactivehook__: Callable[[], object]
if sys.version_info >= (3, 13):
def _is_gil_enabled() -> bool: ...
def _clear_internal_caches() -> None: ...