summaryrefslogtreecommitdiffstats
path: root/Include/refcount.h
Commit message (Expand)AuthorAgeFilesLines
* gh-140153: Fix Py_REFCNT() definition on limited C API 3.11-3.13 (#140158)Victor Stinner2025-10-151-0/+2
* gh-111506: Add _Py_OPAQUE_PYOBJECT to hide PyObject layout & related API (GH-...Petr Viktorin2025-07-121-0/+2
* gh-127705: Move Py_INCREF_MORTAL() to the internal C API (GH-136178)Victor Stinner2025-07-021-14/+0
* Doc: fix duplicated words (#136086)Weilin Du2025-06-291-1/+1
* gh-135755: Use private names (_Py*) for header file guards new in 3.14 (GH-13...Petr Viktorin2025-06-261-3/+3
* gh-127266: avoid data races when updating type slots (gh-133177)Neil Schemenauer2025-05-281-3/+0
* Revert gh-127266: avoid data races when updating type slots (gh-131174) (gh-1...Neil Schemenauer2025-04-291-0/+3
* gh-127266: avoid data races when updating type slots (gh-131174)Neil Schemenauer2025-04-281-3/+0
* GH-127705: Move mortal decrefs to internal header and make sure _PyReftracerT...Mark Shannon2025-03-171-58/+0
* GH-125174: Make immortality "sticky" (GH-131355)Mark Shannon2025-03-171-2/+9
* GH-127705: Handle trace refs in specialized decref (GH-131198)Mark Shannon2025-03-141-0/+6
* GH-125174 Revert: Make immortality "sticky" (GH-131184)" (#131230)Mark Shannon2025-03-141-5/+1
* GH-125174: Make immortality "sticky" (GH-131184)Mark Shannon2025-03-131-1/+5
* GH-127705: Fix _Py_RefcntAdd to handle objects becoming immortal (GH-131140)Mark Shannon2025-03-121-1/+2
* GH-127705: Check for immortality in refcount accounting (#131072)Mark Shannon2025-03-111-3/+9
* GH-127705: Use `_PyStackRef`s in the default build. (GH-127875)Mark Shannon2025-03-101-4/+66
* Fix a typo in `Py_DECREF` comment (#128387)Justine Krejcha2025-02-251-1/+1
* GH-125174: Don't use `UINT32_MAX` in header file (GH-127863)Mark Shannon2024-12-131-1/+1
* GH-125174: Mark objects as statically allocated. (#127797)Mark Shannon2024-12-111-5/+31
* GH-125174: Make immortal objects more robust, following design from PEP 683 (...Mark Shannon2024-10-101-20/+22
* gh-124127: Make Py_REFCNT() opaque in limited C API 3.14 (#124128)Victor Stinner2024-09-241-13/+21
* GH-124284: Add stats for refcount operations on immortal objects (GH-124288)Mark Shannon2024-09-231-0/+7
* gh-119853: Add Include/refcount.h file (#119854)Victor Stinner2024-05-311-0/+500