COMMITS
/ Modules/_testcapi/object.c February 11, 2026
K
gh-143300: implement `PyUnstable_SetImmortal` for marking objects as immortal (#144543)
Kumar Aditya committed
January 16, 2026
P
gh-141070: Rename `PyUnstable_Object_Dump` to `PyObject_Dump` (GH-142848)
Peter Bierma committed
December 11, 2025
S
gh-142589: Fix PyUnstable_Object_IsUniqueReferencedTemporary (gh-142593)
Sam Gross committed
November 18, 2025
V
gh-141070: Add PyUnstable_Object_Dump() function (#141072)
Victor Stinner committed
May 5, 2025
P
gh-133140: Add `PyUnstable_Object_IsUniquelyReferenced` for free-threading (#133144)
Peter Bierma committed
May 2, 2025
S
gh-133164: Add `PyUnstable_Object_IsUniqueReferencedTemporary` C API (gh-133170)
Sam Gross committed
February 1, 2025
V
gh-93649: Move _testcapi tests to specific files (#129544)
Victor Stinner committed
January 28, 2025
S
gh-128844: Make `_Py_TryIncref` public as an unstable API. (#128926)
Sam Gross committed
January 27, 2025
P
gh-128509: Add `PyUnstable_IsImmortal` for finding immortal objects (GH-129182)
Peter Bierma committed
January 6, 2025
V
gh-127350: Add Py_fopen() and Py_fclose() functions (#127821)
Victor Stinner committed
November 13, 2024
P
June 18, 2024
S
gh-118789: Add `PyUnstable_Object_ClearWeakRefsNoCallbacks` (#118807)
Sam Gross committed
April 1, 2024
P
gh-94808: Fix refcounting in PyObject_Print tests (GH-117421)
Petr Viktorin committed
M
gh-94808:Improve coverage of PyObject_Print (GH-98749)
MonadChains committed