COMMITS
/ Objects/object.c January 19, 2026
M
[3.13] gh-102809: No longer mention `Misc/gdbinit` in the code (GH-143980) (#144045)
Miss Islington (bot) committed
February 26, 2025
S
[3.13] gh-117657: Enable test_opcache under TSAN (GH-129831) (GH-130597)
Sam Gross committed
February 10, 2025
M
[3.13] gh-128100: Use atomic dictionary load in `_PyObject_GenericGetAttrWithDict` (GH-128297) (GH-129979)
Miss Islington (bot) committed
December 11, 2024
P
[3.13] gh-126076: Account for relocated objects in tracemalloc (GH-126077) (#127823)
Pablo Galindo Salgado committed
December 5, 2024
November 12, 2024
M
[3.13] gh-116510: Fix a Crash Due to Shared Immortal Interned Strings (gh-124865) (gh-125709) (GH-125204)
Miss Islington (bot) committed
October 11, 2024
M
[3.13] gh-125221: Fix free-threading data race in `object.__reduce_ex__` (GH-125267) (#125305)
Miss Islington (bot) committed
August 29, 2024
M
[3.13] gh-123448: Move `_PyNoDefault_Type` to the static types array (GH-123449) (#123450)
Miss Islington (bot) committed
July 31, 2024
M
[3.13] gh-116622: Fix testPyObjectPrintOSError on Android (GH-122487) (#122490)
Miss Islington (bot) committed
July 15, 2024
M
[3.13] gh-121794: Don't set `ob_tid` to zero in fast-path dealloc (GH-121799) (#121821)
Miss Islington (bot) committed
June 24, 2024
P
June 20, 2024
S
June 4, 2024
M
[3.13] gh-119999: Fix potential race condition in `_Py_ExplicitMergeRefcount` (GH-120000) (#120073)
Miss Islington (bot) committed
June 3, 2024
M
[3.13] gh-117398: Use Per-Interpreter State for the _datetime Static Types (gh-120009)
Miss Islington (bot) committed
S
[3.13] gh-117657: Fix race involving immortalizing objects (GH-119927) (#120005)
Sam Gross committed
May 8, 2024
M
[3.13] gh-117657: Fix data races when writing / reading `ob_gc_bits` (GH-118292) (#118796)
Miss Islington (bot) committed
May 6, 2024
D
gh-112075: Fix race in constructing dict for instance (#118499)
Dino Viehland committed
May 4, 2024
T
gh-74929: Implement PEP 667 (GH-115153)
Tian Gao committed
May 2, 2024
P
gh-93502: Add new C-API functions to trace object creation and destruction (#115945)
Pablo Galindo Salgado committed
May 1, 2024
G
gh-118335: Configure Tier 2 interpreter at build time (#118339)
Guido van Rossum committed
April 29, 2024
S
gh-117783: Immortalize objects that use deferred reference counting (#118112)
Sam Gross committed
April 22, 2024
D
gh-112075: Make instance attributes stored in inline "dict" thread safe (#114742)
Dino Viehland committed
April 19, 2024
April 17, 2024
I
gh-117680: make _PyInstructionSequence a PyObject and use it in tests (#117629)
Irit Katriel committed
M
GH-117760: Streamline the trashcan mechanism (GH-117763)
Mark Shannon committed
April 12, 2024
S
gh-117376: Partial implementation of deferred reference counting (#117696)
Sam Gross committed
S
gh-117764: Add docstrings and signatures for the types of None, Ellipsis and NotImplemented (GH-117813)
Serhiy Storchaka committed
April 8, 2024
S
gh-117439: Make refleak checking thread-safe without the GIL (#117469)
Sam Gross committed
April 2, 2024
M
GH-115776: Embed the values array into the object, for "normal" Python objects. (GH-116115)
Mark Shannon committed
March 21, 2024
E
gh-76785: Drop PyInterpreterID_Type (gh-117101)
Eric Snow committed
V
gh-115754: Add Py_GetConstant() function (#116883)
Victor Stinner committed
March 20, 2024
M
GH-108362: Incremental Cycle GC (GH-116206)
Mark Shannon committed
February 21, 2024
February 14, 2024
D
gh-111968: Rename freelist related struct names to Eric's suggestion (gh-115329)
Donghee Na committed
February 10, 2024
D
February 9, 2024
S
gh-110481: Implement inter-thread queue for biased reference counting (#114824)
Sam Gross committed
S
gh-115184: Fix refleak tracking issues in free-threaded build (#115188)
Sam Gross committed
February 7, 2024
M
GH-108362: Revert "GH-108362: Incremental GC implementation (GH-108038)" (#115132)
Mark Shannon committed
February 5, 2024
M
GH-108362: Incremental GC implementation (GH-108038)
Mark Shannon committed
February 1, 2024
S
January 6, 2024
S
gh-113750: Fix object resurrection in free-threaded builds (gh-113751)
Sam Gross committed
December 20, 2023
C
gh-111178: Make slot functions in typeobject.c have compatible types (GH-112752)
Christopher Chavez committed
December 7, 2023
A
gh-112125: Fix None.__ne__(None) returning NotImplemented instead of False (#112504)
andrewluotechnologies committed
November 20, 2023
H
gh-111863: Rename `Py_NOGIL` to `Py_GIL_DISABLED` (#111864)
Hugo van Kemenade committed
November 14, 2023
S
gh-111789: Use PyDict_GetItemRef() in Objects/ (GH-111827)
Serhiy Storchaka committed
November 10, 2023
S
November 8, 2023
S
gh-111569: Implement Python critical section API (gh-111571)
Sam Gross committed
November 7, 2023
S
gh-106672: C API: Report indiscriminately ignored errors (GH-106674)
Serhiy Storchaka committed
November 3, 2023
V
gh-111506: Implement Py_SET_REFCNT() as opaque function in limited C API (#111508)
Victor Stinner committed