summaryrefslogtreecommitdiffstats
path: root/Include/refcount.h
Commit message (Collapse)AuthorAgeFilesLines
* GH-125174: Make immortal objects more robust, following design from PEP 683 ↵Mark Shannon2024-10-101-20/+22
| | | | (GH-125251)
* 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