mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-05 13:05:49 +08:00
[stdlib] Add __interactivehook__ to sys module (#15024)
This commit is contained in:
@@ -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: ...
|
||||
|
||||
Reference in New Issue
Block a user