index
:
cpython
3.10
3.11
3.12
3.13
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Include
/
refcount.h
Commit message (
Expand
)
Author
Age
*
Revert gh-127266: avoid data races when updating type slots (gh-131174) (gh-1...
Neil Schemenauer
31 hours
*
gh-127266: avoid data races when updating type slots (gh-131174)
Neil Schemenauer
42 hours
*
GH-127705: Move mortal decrefs to internal header and make sure _PyReftracerT...
Mark Shannon
2025-03-17
*
GH-125174: Make immortality "sticky" (GH-131355)
Mark Shannon
2025-03-17
*
GH-127705: Handle trace refs in specialized decref (GH-131198)
Mark Shannon
2025-03-14
*
GH-125174 Revert: Make immortality "sticky" (GH-131184)" (#131230)
Mark Shannon
2025-03-14
*
GH-125174: Make immortality "sticky" (GH-131184)
Mark Shannon
2025-03-13
*
GH-127705: Fix _Py_RefcntAdd to handle objects becoming immortal (GH-131140)
Mark Shannon
2025-03-12
*
GH-127705: Check for immortality in refcount accounting (#131072)
Mark Shannon
2025-03-11
*
GH-127705: Use `_PyStackRef`s in the default build. (GH-127875)
Mark Shannon
2025-03-10
*
Fix a typo in `Py_DECREF` comment (#128387)
Justine Krejcha
2025-02-25
*
GH-125174: Don't use `UINT32_MAX` in header file (GH-127863)
Mark Shannon
2024-12-13
*
GH-125174: Mark objects as statically allocated. (#127797)
Mark Shannon
2024-12-11
*
GH-125174: Make immortal objects more robust, following design from PEP 683 (...
Mark Shannon
2024-10-10
*
gh-124127: Make Py_REFCNT() opaque in limited C API 3.14 (#124128)
Victor Stinner
2024-09-24
*
GH-124284: Add stats for refcount operations on immortal objects (GH-124288)
Mark Shannon
2024-09-23
*
gh-119853: Add Include/refcount.h file (#119854)
Victor Stinner
2024-05-31