Mark Shannon
|
2bef8ea8ea
|
GH-127705: Use `_PyStackRef`s in the default build. (GH-127875)
|
2025-03-10 14:06:56 +00:00 |
Justine Krejcha
|
31ef8fd8e2
|
Fix a typo in `Py_DECREF` comment (#128387)
|
2025-02-25 11:10:40 +01:00 |
Mark Shannon
|
9b4bbf4401
|
GH-125174: Don't use `UINT32_MAX` in header file (GH-127863)
|
2024-12-13 10:54:59 +01:00 |
Mark Shannon
|
bc262de06b
|
GH-125174: Mark objects as statically allocated. (#127797)
* Set a bit in the unused part of the refcount on 64 bit machines and the free-threaded build.
* Use the top of the refcount range on 32 bit machines
|
2024-12-11 17:37:38 +00:00 |
Mark Shannon
|
c9014374c5
|
GH-125174: Make immortal objects more robust, following design from PEP 683 (GH-125251)
|
2024-10-10 18:19:08 +01:00 |
Victor Stinner
|
9d344fafc4
|
gh-124127: Make Py_REFCNT() opaque in limited C API 3.14 (#124128)
|
2024-09-24 08:42:58 +02:00 |
Mark Shannon
|
c87b0e4a46
|
GH-124284: Add stats for refcount operations on immortal objects (GH-124288)
|
2024-09-23 19:10:55 +01:00 |
Victor Stinner
|
891c1e36f4
|
gh-119853: Add Include/refcount.h file (#119854)
|
2024-05-31 16:49:26 +02:00 |