index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Include
/
internal
/
pycore_object.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-128002: fix `asyncio.all_tasks` against concurrent deallocations of tasks ...
Kumar Aditya
2025-01-09
1
-1/+1
*
gh-127599: Fix _Py_RefcntAdd missing calls to _Py_INCREF_STAT_INC/_Py_INCREF_...
Ed Nutting
2024-12-15
1
-0/+5
*
GH-125174: Fix compiler warning (GH-127860)
Mark Shannon
2024-12-12
1
-1/+1
*
GH-125174: Mark objects as statically allocated. (#127797)
Mark Shannon
2024-12-11
1
-1/+15
*
gh-127582: Make object resurrection thread-safe for free threading. (GH-127612)
Sam Gross
2024-12-05
1
-0/+44
*
gh-115999: Enable specialization of `CALL` instructions in free-threaded buil...
mpage
2024-12-03
1
-0/+14
*
GH-126491: GC: Mark objects reachable from roots before doing cycle collectio...
Mark Shannon
2024-12-02
1
-2/+2
*
gh-119180: Add VALUE_WITH_FAKE_GLOBALS format to annotationlib (#124415)
Jelle Zijlstra
2024-11-26
1
-0/+7
*
gh-115999: Specialize `LOAD_GLOBAL` in free-threaded builds (#126607)
mpage
2024-11-21
1
-0/+15
*
gh-126076: Account for relocated objects in tracemalloc (#126077)
Pablo Galindo Salgado
2024-11-19
1
-5/+9
*
Revert "GH-126491: GC: Mark objects reachable from roots before doing cycle c...
Hugo van Kemenade
2024-11-19
1
-2/+2
*
GH-126491: GC: Mark objects reachable from roots before doing cycle collectio...
Mark Shannon
2024-11-18
1
-2/+2
*
gh-124218: Use per-thread reference counting for globals and builtins (#125713)
Sam Gross
2024-10-21
1
-0/+14
*
gh-125703: Correctly honour tracemalloc hooks on specialized DECREF paths (#1...
Pablo Galindo Salgado
2024-10-18
1
-0/+5
*
gh-124218: Use per-thread refcounts for code objects (#125216)
Sam Gross
2024-10-15
1
-31/+53
*
GH-125174: Make immortal objects more robust, following design from PEP 683 (...
Mark Shannon
2024-10-10
1
-27/+7
*
gh-124218: Refactor per-thread reference counting (#124844)
Sam Gross
2024-10-01
1
-5/+5
*
gh-124344: Make `_PyObject_IS_GC()` use underscored `PyType_IS_GC()` (#124349)
neonene
2024-09-23
1
-4/+4
*
GH-124284: Add stats for refcount operations on immortal objects (GH-124288)
Mark Shannon
2024-09-23
1
-0/+5
*
gh-124064: Fix -Wconversion warnings in pycore_{long,object}.h (#124177)
Victor Stinner
2024-09-17
1
-4/+4
*
gh-123091: Use more _Py_IsImmortalLoose() (GH-123602)
Petr Viktorin
2024-09-02
1
-2/+2
*
gh-123271: Make builtin zip method safe under free-threading (#123272)
Pieter Eendebak
2024-08-27
1
-0/+17
*
GH-115776: Allow any fixed sized object to have inline values (GH-123192)
Mark Shannon
2024-08-21
1
-2/+3
*
GH-118093: Make `CALL_ALLOC_AND_ENTER_INIT` suitable for tier 2. (GH-123140)
Mark Shannon
2024-08-20
1
-1/+1
*
gh-122974: Suppress GCC array bound warnings in free-threaded build (#123071)
Sam Gross
2024-08-17
1
-0/+12
*
gh-122417: Implement per-thread heap type refcounts (#122418)
Sam Gross
2024-08-06
1
-1/+71
*
gh-121528: Fix _PyObject_Init() assertion for stable ABI (#121725)
Victor Stinner
2024-07-17
1
-2/+26
*
gh-121700 Emscripten trampolines not quite right since #106219 (GH-121701)
Hood Chatham
2024-07-14
1
-7/+1
*
gh-117657: Fix data races reported by TSAN in some set methods (#120914)
AN Long
2024-07-01
1
-0/+14
*
gh-117139: Convert the evaluation stack to stack refs (#118450)
Ken Jin
2024-06-26
1
-15/+0
*
gh-107803: fix thread safety issue in double linked list implementation (#12...
Kumar Aditya
2024-06-26
1
-2/+2
*
GH-120507: Lower the `BEFORE_WITH` and `BEFORE_ASYNC_WITH` instructions. (#12...
Mark Shannon
2024-06-18
1
-0/+1
*
gh-117657: Make PyType_HasFeature atomic (GH-120210)
Ken Jin
2024-06-13
1
-1/+1
*
gh-117398: Use Per-Interpreter State for the _datetime Static Types (gh-119929)
Eric Snow
2024-06-03
1
-1/+1
*
gh-119799: Add missing `_Py_IncRefTotal` to `_Py_NewRefWithLock` (#119800)
Sam Gross
2024-05-31
1
-0/+3
*
gh-117657: Fix data races when writing / reading `ob_gc_bits` (#118292)
mpage
2024-05-08
1
-3/+3
*
gh-118362: Fix thread safety around lookups from the type cache in the face o...
Dino Viehland
2024-05-06
1
-0/+1
*
gh-93502: Add new C-API functions to trace object creation and destruction (#...
Pablo Galindo Salgado
2024-05-02
1
-1/+1
*
gh-117657: Fixes a few small TSAN issues in dictobject (#118200)
Dino Viehland
2024-04-25
1
-1/+1
*
gh-112075: Make instance attributes stored in inline "dict" thread safe (#114...
Dino Viehland
2024-04-22
1
-4/+12
*
GH-117760: Streamline the trashcan mechanism (GH-117763)
Mark Shannon
2024-04-17
1
-1/+0
*
gh-117376: Partial implementation of deferred reference counting (#117696)
Sam Gross
2024-04-12
1
-0/+15
*
gh-117439: Make refleak checking thread-safe without the GIL (#117469)
Sam Gross
2024-04-08
1
-6/+6
*
gh-111926: Make weakrefs thread-safe in free-threaded builds (#117168)
mpage
2024-04-08
1
-3/+37
*
GH-115776: Embed the values array into the object, for "normal" Python object...
Mark Shannon
2024-04-02
1
-35/+13
*
GH-117108: Set the "old space bit" to "visited" for all young objects (#117213)
Mark Shannon
2024-03-26
1
-2/+2
*
gh-115754: Add Py_GetConstant() function (#116883)
Victor Stinner
2024-03-21
1
-0/+2
*
GH-108362: Incremental Cycle GC (GH-116206)
Mark Shannon
2024-03-20
1
-14/+4
*
GH-115802: JIT "small" code for Windows (GH-115964)
Brandt Bucher
2024-02-29
1
-2/+2
*
GH-108362: Revert "GH-108362: Incremental GC implementation (GH-108038)" (#11...
Mark Shannon
2024-02-07
1
-3/+14
[next]