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.
1 parent ad5386f commit 963fef5Copy full SHA for 963fef5
stdlib/sys/__init__.pyi
@@ -501,4 +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: Any, /) -> bool: ...
+ def _is_immortal(op: object, /) -> bool: ...
0 commit comments