COMMITS
/ Include/refcount.h March 23, 2026
P
gh-146175: Soft-deprecate outdated macros; convert internal usage (GH-146178)
Petr Viktorin committed
October 15, 2025
V
gh-140153: Fix Py_REFCNT() definition on limited C API 3.11-3.13 (#140158)
Victor Stinner committed
July 12, 2025
P
gh-111506: Add _Py_OPAQUE_PYOBJECT to hide PyObject layout & related API (GH-136505)
Petr Viktorin committed
July 2, 2025
V
gh-127705: Move Py_INCREF_MORTAL() to the internal C API (GH-136178)
Victor Stinner committed
June 29, 2025
W
Doc: fix duplicated words (#136086)
Weilin Du committed
June 26, 2025
P
gh-135755: Use private names (_Py*) for header file guards new in 3.14 (GH-135921)
Petr Viktorin committed
May 28, 2025
N
gh-127266: avoid data races when updating type slots (gh-133177)
Neil Schemenauer committed
April 29, 2025
N
Revert gh-127266: avoid data races when updating type slots (gh-131174) (gh-133129)
Neil Schemenauer committed
April 28, 2025
N
gh-127266: avoid data races when updating type slots (gh-131174)
Neil Schemenauer committed
March 17, 2025
M
GH-127705: Move mortal decrefs to internal header and make sure _PyReftracerTrack is called
Mark Shannon committed
M
GH-125174: Make immortality "sticky" (GH-131355)
Mark Shannon committed
March 14, 2025
M
GH-127705: Handle trace refs in specialized decref (GH-131198)
Mark Shannon committed
M
GH-125174 Revert: Make immortality "sticky" (GH-131184)" (#131230)
Mark Shannon committed
March 13, 2025
M
GH-125174: Make immortality "sticky" (GH-131184)
Mark Shannon committed
March 12, 2025
M
GH-127705: Fix _Py_RefcntAdd to handle objects becoming immortal (GH-131140)
Mark Shannon committed
March 11, 2025
M
GH-127705: Check for immortality in refcount accounting (#131072)
Mark Shannon committed
March 10, 2025
M
GH-127705: Use `_PyStackRef`s in the default build. (GH-127875)
Mark Shannon committed
February 25, 2025
J
Fix a typo in `Py_DECREF` comment (#128387)
Justine Krejcha committed
December 13, 2024
M
GH-125174: Don't use `UINT32_MAX` in header file (GH-127863)
Mark Shannon committed
December 11, 2024
M
GH-125174: Mark objects as statically allocated. (#127797)
Mark Shannon committed
October 10, 2024
M
GH-125174: Make immortal objects more robust, following design from PEP 683 (GH-125251)
Mark Shannon committed
September 24, 2024
V
gh-124127: Make Py_REFCNT() opaque in limited C API 3.14 (#124128)
Victor Stinner committed
September 23, 2024
M
GH-124284: Add stats for refcount operations on immortal objects (GH-124288)
Mark Shannon committed
May 31, 2024
V
gh-119853: Add Include/refcount.h file (#119854)
Victor Stinner committed