mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-06 21:43:59 +08:00
Add type stub for sys._is_immortal (#14931)
This commit is contained in:
@@ -501,3 +501,4 @@ if sys.version_info >= (3, 12):
|
||||
if sys.version_info >= (3, 14):
|
||||
def is_remote_debug_enabled() -> bool: ...
|
||||
def remote_exec(pid: int, script: StrOrBytesPath) -> None: ...
|
||||
def _is_immortal(op: object, /) -> bool: ...
|
||||
|
||||
Reference in New Issue
Block a user