]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-128509: Add `PyUnstable_IsImmortal` for finding immortal objects (GH-129182)
authorPeter Bierma <zintensitydev@gmail.com>
Mon, 27 Jan 2025 13:36:33 +0000 (08:36 -0500)
committerGitHub <noreply@github.com>
Mon, 27 Jan 2025 13:36:33 +0000 (14:36 +0100)
commit3fb5f6eb9b2b966142b576610210d2b491c1eebb
tree95fb3bc44500115052c88500c48a3196f9ab817d
parent7ec17429d462aee071c067e3b84c8a7e4fcf7263
gh-128509: Add `PyUnstable_IsImmortal` for finding immortal objects (GH-129182)

Co-authored-by: Victor Stinner <vstinner@python.org>
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Co-authored-by: Petr Viktorin <encukou@gmail.com>
Doc/c-api/object.rst
Doc/whatsnew/3.14.rst
Include/cpython/object.h
Lib/test/test_capi/test_immortal.py
Misc/NEWS.d/next/C_API/2025-01-22-09-28-04.gh-issue-128509.gqQ36L.rst [new file with mode: 0644]
Modules/_testcapi/immortal.c
Modules/_testcapi/object.c
Objects/object.c