Skip to content

Commit 3c5531d

Browse files
Add type stub for sys._is_immortal (#14931)
1 parent 02fae30 commit 3c5531d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stdlib/sys/__init__.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -501,3 +501,4 @@ if sys.version_info >= (3, 12):
501501
if sys.version_info >= (3, 14):
502502
def is_remote_debug_enabled() -> bool: ...
503503
def remote_exec(pid: int, script: StrOrBytesPath) -> None: ...
504+
def _is_immortal(op: object, /) -> bool: ...

0 commit comments

Comments
 (0)