summaryrefslogtreecommitdiffstats
path: root/Include/internal/pycore_object.h
Commit message (Expand)AuthorAgeFilesLines
* gh-128002: fix `asyncio.all_tasks` against concurrent deallocations of tasks ...Kumar Aditya2025-01-091-1/+1
* gh-127599: Fix _Py_RefcntAdd missing calls to _Py_INCREF_STAT_INC/_Py_INCREF_...Ed Nutting2024-12-151-0/+5
* GH-125174: Fix compiler warning (GH-127860)Mark Shannon2024-12-121-1/+1
* GH-125174: Mark objects as statically allocated. (#127797)Mark Shannon2024-12-111-1/+15
* gh-127582: Make object resurrection thread-safe for free threading. (GH-127612)Sam Gross2024-12-051-0/+44
* gh-115999: Enable specialization of `CALL` instructions in free-threaded buil...mpage2024-12-031-0/+14
* GH-126491: GC: Mark objects reachable from roots before doing cycle collectio...Mark Shannon2024-12-021-2/+2
* gh-119180: Add VALUE_WITH_FAKE_GLOBALS format to annotationlib (#124415)Jelle Zijlstra2024-11-261-0/+7
* gh-115999: Specialize `LOAD_GLOBAL` in free-threaded builds (#126607)mpage2024-11-211-0/+15
* gh-126076: Account for relocated objects in tracemalloc (#126077)Pablo Galindo Salgado2024-11-191-5/+9
* Revert "GH-126491: GC: Mark objects reachable from roots before doing cycle c...Hugo van Kemenade2024-11-191-2/+2
* GH-126491: GC: Mark objects reachable from roots before doing cycle collectio...Mark Shannon2024-11-181-2/+2
* gh-124218: Use per-thread reference counting for globals and builtins (#125713)Sam Gross2024-10-211-0/+14
* gh-125703: Correctly honour tracemalloc hooks on specialized DECREF paths (#1...Pablo Galindo Salgado2024-10-181-0/+5
* gh-124218: Use per-thread refcounts for code objects (#125216)Sam Gross2024-10-151-31/+53
* GH-125174: Make immortal objects more robust, following design from PEP 683 (...Mark Shannon2024-10-101-27/+7
* gh-124218: Refactor per-thread reference counting (#124844)Sam Gross2024-10-011-5/+5
* gh-124344: Make `_PyObject_IS_GC()` use underscored `PyType_IS_GC()` (#124349)neonene2024-09-231-4/+4
* GH-124284: Add stats for refcount operations on immortal objects (GH-124288)Mark Shannon2024-09-231-0/+5
* gh-124064: Fix -Wconversion warnings in pycore_{long,object}.h (#124177)Victor Stinner2024-09-171-4/+4
* gh-123091: Use more _Py_IsImmortalLoose() (GH-123602)Petr Viktorin2024-09-021-2/+2
* gh-123271: Make builtin zip method safe under free-threading (#123272)Pieter Eendebak2024-08-271-0/+17
* GH-115776: Allow any fixed sized object to have inline values (GH-123192)Mark Shannon2024-08-211-2/+3
* GH-118093: Make `CALL_ALLOC_AND_ENTER_INIT` suitable for tier 2. (GH-123140)Mark Shannon2024-08-201-1/+1
* gh-122974: Suppress GCC array bound warnings in free-threaded build (#123071)Sam Gross2024-08-171-0/+12
* gh-122417: Implement per-thread heap type refcounts (#122418)Sam Gross2024-08-061-1/+71
* gh-121528: Fix _PyObject_Init() assertion for stable ABI (#121725)Victor Stinner2024-07-171-2/+26
* gh-121700 Emscripten trampolines not quite right since #106219 (GH-121701)Hood Chatham2024-07-141-7/+1
* gh-117657: Fix data races reported by TSAN in some set methods (#120914)AN Long2024-07-011-0/+14
* gh-117139: Convert the evaluation stack to stack refs (#118450)Ken Jin2024-06-261-15/+0
* gh-107803: fix thread safety issue in double linked list implementation (#12...Kumar Aditya2024-06-261-2/+2
* GH-120507: Lower the `BEFORE_WITH` and `BEFORE_ASYNC_WITH` instructions. (#12...Mark Shannon2024-06-181-0/+1
* gh-117657: Make PyType_HasFeature atomic (GH-120210)Ken Jin2024-06-131-1/+1
* gh-117398: Use Per-Interpreter State for the _datetime Static Types (gh-119929)Eric Snow2024-06-031-1/+1
* gh-119799: Add missing `_Py_IncRefTotal` to `_Py_NewRefWithLock` (#119800)Sam Gross2024-05-311-0/+3
* gh-117657: Fix data races when writing / reading `ob_gc_bits` (#118292)mpage2024-05-081-3/+3
* gh-118362: Fix thread safety around lookups from the type cache in the face o...Dino Viehland2024-05-061-0/+1
* gh-93502: Add new C-API functions to trace object creation and destruction (#...Pablo Galindo Salgado2024-05-021-1/+1
* gh-117657: Fixes a few small TSAN issues in dictobject (#118200)Dino Viehland2024-04-251-1/+1
* gh-112075: Make instance attributes stored in inline "dict" thread safe (#114...Dino Viehland2024-04-221-4/+12
* GH-117760: Streamline the trashcan mechanism (GH-117763)Mark Shannon2024-04-171-1/+0
* gh-117376: Partial implementation of deferred reference counting (#117696)Sam Gross2024-04-121-0/+15
* gh-117439: Make refleak checking thread-safe without the GIL (#117469)Sam Gross2024-04-081-6/+6
* gh-111926: Make weakrefs thread-safe in free-threaded builds (#117168)mpage2024-04-081-3/+37
* GH-115776: Embed the values array into the object, for "normal" Python object...Mark Shannon2024-04-021-35/+13
* GH-117108: Set the "old space bit" to "visited" for all young objects (#117213)Mark Shannon2024-03-261-2/+2
* gh-115754: Add Py_GetConstant() function (#116883)Victor Stinner2024-03-211-0/+2
* GH-108362: Incremental Cycle GC (GH-116206)Mark Shannon2024-03-201-14/+4
* GH-115802: JIT "small" code for Windows (GH-115964)Brandt Bucher2024-02-291-2/+2
* GH-108362: Revert "GH-108362: Incremental GC implementation (GH-108038)" (#11...Mark Shannon2024-02-071-3/+14