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
*
[3.13] gh-125723: Fix crash with f_locals when generator frame outlive their ...
Mikhail Efimov
2025-06-13
1
-1/+1
*
[3.13] gh-132070: Use _PyObject_IsUniquelyReferenced in unicodeobject (gh-133...
Donghee Na
2025-04-29
1
-0/+17
*
[3.13] gh-127599: Fix _Py_RefcntAdd missing calls to _Py_INCREF_STAT_INC/_Py_...
Ed Nutting
2025-01-18
1
-0/+4
*
[3.13] gh-126076: Account for relocated objects in tracemalloc (GH-126077) (#...
Pablo Galindo Salgado
2024-12-11
1
-5/+9
*
[3.13] gh-127582: Make object resurrection thread-safe for free threading. (G...
Sam Gross
2024-12-05
1
-0/+44
*
[3.13] gh-125703: Correctly honour tracemalloc hooks on specialized DECREF pa...
Miss Islington (bot)
2024-12-02
1
-0/+5
*
[3.13] GH-124567: Revert the Incremental GC in 3.13 (#124770)
T. Wouters
2024-09-30
1
-3/+2
*
[3.13] gh-121528: Fix _PyObject_Init() assertion for stable ABI (GH-121725) (...
Miss Islington (bot)
2024-07-17
1
-2/+26
*
[3.13] gh-121700 Emscripten trampolines not quite right since GH-106219 (GH-1...
Miss Islington (bot)
2024-07-14
1
-7/+1
*
[3.13] gh-117657: Fix data races reported by TSAN in some set methods (GH-120...
Miss Islington (bot)
2024-07-01
1
-0/+14
*
[3.13] gh-117657: Make PyType_HasFeature atomic (GH-120210) (#120443)
Miss Islington (bot)
2024-06-13
1
-1/+1
*
[3.13] gh-117398: Use Per-Interpreter State for the _datetime Static Types (g...
Miss Islington (bot)
2024-06-03
1
-1/+1
*
[3.13] gh-119799: Add missing `_Py_IncRefTotal` to `_Py_NewRefWithLock` (GH-1...
Miss Islington (bot)
2024-05-31
1
-0/+3
*
[3.13] gh-117657: Fix data races when writing / reading `ob_gc_bits` (GH-1182...
Miss Islington (bot)
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
*
GH-108362: Incremental GC implementation (GH-108038)
Mark Shannon
2024-02-05
1
-14/+3
*
gh-112529: Remove PyGC_Head from object pre-header in free-threaded build (#1...
Sam Gross
2024-02-01
1
-9/+18
*
GH-113464: Add a JIT backend for tier 2 (GH-113465)
Brandt Bucher
2024-01-29
1
-2/+2
*
gh-112529: Implement GC for free-threaded builds (#114262)
Sam Gross
2024-01-25
1
-0/+8
*
gh-112075: Add try-incref functions from nogil branch for use in dict thread ...
Dino Viehland
2024-01-25
1
-0/+136
*
gh-111863: Rename `Py_NOGIL` to `Py_GIL_DISABLED` (#111864)
Hugo van Kemenade
2023-11-20
1
-7/+7
*
gh-110481: Implement biased reference counting (gh-110764)
Sam Gross
2023-10-30
1
-5/+84
*
gh-106213: Make Emscripten trampolines work with JSPI (GH-106219)
Hood Chatham
2023-09-15
1
-0/+1
*
gh-108634: PyInterpreterState_New() no longer calls Py_FatalError() (#108748)
Victor Stinner
2023-09-01
1
-1/+1
*
gh-108634: Py_TRACE_REFS uses a hash table (#108663)
Victor Stinner
2023-08-31
1
-2/+3
*
gh-106320: Don't export _Py_ForgetReference() function (#108712)
Victor Stinner
2023-08-31
1
-2/+8
*
gh-106320: Remove private _Py_ForgetReference() (#108664)
Victor Stinner
2023-08-30
1
-0/+5
*
gh-106320: Remove private _PyObject_GetState() (#108606)
Victor Stinner
2023-08-29
1
-0/+4
*
gh-107211: No longer export internal functions (6) (#108424)
Victor Stinner
2023-08-24
1
-4/+2
*
gh-108216: Cleanup #include in internal header files (#108228)
Victor Stinner
2023-08-21
1
-1/+0
*
gh-84805: Autogenerate signature for METH_NOARGS and METH_O extension functio...
Serhiy Storchaka
2023-08-11
1
-1/+1
*
gh-107630: Initialize Each Interpreter's refchain Properly (gh-107733)
Eric Snow
2023-08-07
1
-0/+1
*
gh-107080: Fix Py_TRACE_REFS Crashes Under Isolated Subinterpreters (gh-107567)
Eric Snow
2023-08-03
1
-2/+2
*
gh-107211: No longer export internal variables (#107218)
Victor Stinner
2023-07-25
1
-3/+6
*
gh-107211: No longer export internal functions (4) (#107217)
Victor Stinner
2023-07-25
1
-1/+2
*
gh-107211: No longer export internal functions (2) (#107214)
Victor Stinner
2023-07-25
1
-2/+2
*
gh-106320: Remove private _PyObject C API (#107159)
Victor Stinner
2023-07-23
1
-1/+10
[next]