We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
sys._is_immortal
1 parent 02fae30 commit 3c5531dCopy full SHA for 3c5531d
stdlib/sys/__init__.pyi
@@ -501,3 +501,4 @@ if sys.version_info >= (3, 12):
501
if sys.version_info >= (3, 14):
502
def is_remote_debug_enabled() -> bool: ...
503
def remote_exec(pid: int, script: StrOrBytesPath) -> None: ...
504
+ def _is_immortal(op: object, /) -> bool: ...
0 commit comments