]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-143300: implement `PyUnstable_SetImmortal` for marking objects as immortal (#144543)
authorKumar Aditya <kumaraditya@python.org>
Wed, 11 Feb 2026 15:29:31 +0000 (20:59 +0530)
committerGitHub <noreply@github.com>
Wed, 11 Feb 2026 15:29:31 +0000 (20:59 +0530)
commit347d3594d3993282c3ae5a6872f36a71fbfbc734
treeb83fe8cec5f387d955696ec52560f8d923e45789
parent81484c5629f9d8b698a2be58f850a0e4efe48ed3
gh-143300: implement `PyUnstable_SetImmortal` for marking objects as immortal (#144543)
Doc/c-api/object.rst
Include/cpython/object.h
Misc/NEWS.d/next/Core_and_Builtins/2026-02-11-13-30-11.gh-issue-143300.yjB63-.rst [new file with mode: 0644]
Modules/_testcapi/object.c
Objects/object.c