summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_free_threading/test_dict.py
Commit message (Expand)AuthorAgeFilesLines
* gh-133980: use atomic store in `PyObject_GenericSetDict` (#133988)Kumar Aditya2025-05-201-0/+16
* gh-123358: Use `_PyStackRef` in `LOAD_DEREF` (gh-130064)Sam Gross2025-03-261-0/+1
* gh-112075: Remove critical section in dict.get (gh-129336)Pieter Eendebak2025-01-281-1/+22
* gh-124470: Fix crash when reading from object instance dictionary while repla...Dino Viehland2024-11-211-0/+64
* gh-124296: Remove private dictionary version tag (PEP 699) (#124472)Sam Gross2024-10-011-35/+0
* gh-120579: Guard `_testcapi` import in `test_free_threading` (#120580)Nikita Sobolev2024-06-161-1/+6
* gh-112075: use per-thread dict version pool (#118676)Dino Viehland2024-05-071-0/+36
* gh-112075: Fix race in constructing dict for instance (#118499)Dino Viehland2024-05-061-0/+141