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
*
Revert gh-127266: avoid data races when updating type slots (gh-131174) (gh-1...
Neil Schemenauer
2025-04-29
1
-1/+1
*
gh-127266: avoid data races when updating type slots (gh-131174)
Neil Schemenauer
2025-04-28
1
-1/+1
*
gh-131586: Avoid refcount contention in context managers (gh-131851)
Sam Gross
2025-04-21
1
-1/+1
*
gh-131586: Avoid refcount contention in some "special" calls (#131588)
Sam Gross
2025-03-26
1
-0/+14
*
gh-131238: Remove pycore_object_deferred.h from pycore_object.h (#131549)
Victor Stinner
2025-03-21
1
-3/+5
*
GH-127705: Don't call _Py_ForgetReference before _Py_Dealloc (GH-131508)
Mark Shannon
2025-03-20
1
-3/+0
*
gh-131238: Cleanup pycore_runtime.h includes (#131486)
Victor Stinner
2025-03-20
1
-0/+1
*
GH-127705: Move mortal decrefs to internal header and make sure _PyReftracerT...
Mark Shannon
2025-03-17
1
-0/+68
*
GH-131238: More refactoring of core header files (GH-131351)
Mark Shannon
2025-03-17
1
-95/+2
*
GH-127705: Fix _Py_RefcntAdd to handle objects becoming immortal (GH-131140)
Mark Shannon
2025-03-12
1
-9/+17
*
GH-127705: Use `_PyStackRef`s in the default build. (GH-127875)
Mark Shannon
2025-03-10
1
-1/+1
*
gh-130202: Fix bug in `_PyObject_ResurrectEnd` in free threaded build (gh-130...
Sam Gross
2025-02-25
1
-1/+13
*
gh-129984: Mark immortal objects as deferred (#129985)
Dino Viehland
2025-02-13
1
-1/+2
*
gh-129289: fix crash when task finalizer is not called in asyncio (#129840)
Kumar Aditya
2025-02-10
1
-2/+2
*
gh-125723: Fix crash with f_locals when generator frame outlive their genera...
Mikhail Efimov
2025-01-22
1
-1/+1
*
gh-128923: Use zero to indicate unassigned unique id (#128925)
Sam Gross
2025-01-17
1
-12/+12
*
gh-128679: Redesign tracemalloc locking (#128888)
Victor Stinner
2025-01-15
1
-6/+0
*
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
[next]