Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update sysmodule.c
Co-authored-by: Kumar Aditya <kumaraditya@python.org>
  • Loading branch information
ZeroIntensity and kumaraditya303 authored Jan 28, 2025
commit be49c268a1f0994253293b3970efed596ec37d3e
2 changes: 2 additions & 0 deletions Python/sysmodule.c
Original file line number Diff line number Diff line change
Expand Up @@ -979,6 +979,8 @@ sys._is_immortal -> bool
/

Return True if the given object is "immortal" per PEP 683.
Comment thread
ZeroIntensity marked this conversation as resolved.

This function should be used for specialized purposes only.
[clinic start generated code]*/

static int
Expand Down