COMMITS
/ Objects/dictobject.c February 17, 2026
D
gh-141510: Optimize {frozen}dict.fromkeys for frozendict (gh-144915)
Donghee Na committed
V
gh-141510: Change repr(frozendict) for empty dict (#144921)
Victor Stinner committed
V
gh-141510: Optimize hash(frozendict) (#144919)
Victor Stinner committed
D
gh-141510: Remove unncessary lock holding for frozendict repr (gh-144920)
Donghee Na committed
D
gh-141510: Update mp_length of frozendict to use non atomic operation (gh-144913)
Donghee Na committed
V
gh-141510, PEP 814: Add built-in frozendict type (#144757)
Victor Stinner committed
February 12, 2026
P
gh-142349: Implement PEP 810 - Explicit lazy imports (#142351)
Pablo Galindo Salgado committed
January 30, 2026
S
gh-144295: Fix data race in dict method lookup and global load (gh-144312)
Sam Gross committed
January 17, 2026
N
gh-132657: Add maybe_enable_deferred_ref_count() (gh-142843)
Neil Schemenauer committed
January 12, 2026
I
gh-143189: fix insertdict() for non-Unicode key (#143285)
Inada Naoki committed
December 18, 2025
December 15, 2025
S
gh-142472: Clean-up _PyStackRef functions (gh-142479)
Sam Gross committed
December 11, 2025
S
gh-142534: Avoid TSan warnings in dictobject.c (gh-142544)
Sam Gross committed
December 3, 2025
S
gh-142218: Fix split table dictionary crash (gh-142229)
Sam Gross committed
V
gh-142217: Remove internal _Py_Identifier functions (#142219)
Victor Stinner committed
November 14, 2025
V
gh-131510: Use PyUnstable_Unicode_GET_CACHED_HASH() (GH-141520)
Victor Stinner committed
October 29, 2025
M
gh-140551: Fix `dict` crash if `clear` is called at `lookup` stage (#140558)
Mikhail Efimov committed
October 15, 2025
S
October 14, 2025
S
GH-140058: Clear key and value if `PyTuple_New` fails in `dictiter_iternextitem` (#140059)
Sergey Miryanov committed
October 13, 2025
K
gh-125996: fix thread safety of `collections.OrderedDict` (#133734)
Kumar Aditya committed
August 22, 2025
P
gh-130425: Add "Did you mean [...]" suggestions for `del obj.attr` (GH-136588)
Pranjal Prajapati committed
August 18, 2025
A
GH-137623: Use an AC decorator for docstring line length enforcement (#137690)
Adam Turner committed
July 28, 2025
K
gh-134043: use stackrefs for dict lookup in `_PyObject_GetMethodStackRef` (#136412)
Kumar Aditya committed
July 15, 2025
K
gh-111968: remove redundant fetching of interpreter state in `dict` implementation (#136673)
Kumar Aditya committed
July 6, 2025
K
gh-109700: fix memory error handling in `PyDict_SetDefault` (#136338)
Kumar Aditya committed
June 25, 2025
N
GH-133136: Revise QSBR to reduce excess memory held (gh-135473)
Neil Schemenauer committed
June 16, 2025
S
gh-132617: Fix `dict.update()` mutation check (gh-134815)
Sam Gross committed
May 13, 2025
P
gh-132641: fix race in `lru_cache` under free-threading (#133787)
Peter Hawkins committed
May 11, 2025
I
gh-133703: dict: fix calculate_log2_keysize() (GH-133809)
Inada Naoki committed
May 8, 2025
A
gh-132762: Fix underallocation bug in `dict.fromkeys()`(gh-133627)
Angela Liss committed
April 30, 2025
M
dict: Remove redundant incref of immortal object Py_EMPTY_KEYS (GH-133200)
Mae Hood committed
M
GH-124715: Move trashcan mechanism into `Py_Dealloc` (GH-132280)
Mark Shannon committed
April 23, 2025
V
gh-132825: Fix typo in dict_unhashable_type() name (#132847)
Victor Stinner committed
V
gh-132825: Enhance unhashable error messages for dict and set (#132828)
Victor Stinner committed
April 18, 2025
K
gh-126366: fix thread safety of dict key iterator (#132693)
Kumar Aditya committed
April 7, 2025
J
dictobject.c: Fix incorrect function name in errors (#132193)
Jelle Zijlstra committed
April 1, 2025
B
gh-111178: remove redundant casts for functions with correct signatures (#131673)
Bénédikt Tran committed
March 28, 2025
D
gh-130373: Avoid locking in _LOAD_ATTR_WITH_HINT (#130372)
Dino Viehland committed
March 27, 2025
M
gh-131525: Cache the result of tuple_hash (#131529)
Michael Droettboom committed
March 26, 2025
S
gh-117657: Fix data race in `compare_unicode_unicode_threadsafe` (gh-131746)
Sam Gross committed
March 19, 2025
V
gh-131238: Remove more includes from pycore_interp.h (#131480)
Victor Stinner committed
March 11, 2025
S
gh-131113: Fix data race in dict.popitem() (gh-131115)
Sam Gross committed
V
gh-111178: Change Argument Clinic signature for METH_O (#130682)
Victor Stinner committed
March 4, 2025
D
gh-130547: Fix race between dict_dealloc and split_keys_entry_added (gh-130778)
Donghee Na committed
February 20, 2025
D
gh-130313: Avoid locking when clearing objects (#130126)
Dino Viehland committed
February 13, 2025
D
gh-129984: Mark immortal objects as deferred (#129985)
Dino Viehland committed
February 7, 2025
S
gh-117657: Fix data race in `dict_dict_merge` (gh-129755)
Sam Gross committed
January 31, 2025
V
gh-129354: Fix grammar in PyErr_FormatUnraisable() (#129475)
Victor Stinner committed
January 30, 2025
V
gh-129354: Use PyErr_FormatUnraisable() function (#129435)
Victor Stinner committed