summaryrefslogtreecommitdiffstats
path: root/Include/internal/pycore_dict_state.h
Commit message (Expand)AuthorAgeFilesLines
* GH-113710: Add a "globals to constants" pass (GH-114592)Mark Shannon2024-02-021-0/+1
* gh-111968: Use per-thread freelists for dict in free-threading (gh-114323)Donghee Na2024-02-011-19/+0
* gh-104252: Immortalize Py_EMPTY_KEYS (gh-104253)Eric Snow2023-05-101-0/+5
* gh-100227: Move dict_state.global_version to PyInterpreterState (gh-102338)Eric Snow2023-03-091-8/+4
* gh-100227: Move next_keys_version to PyInterpreterState (gh-102335)Eric Snow2023-03-091-1/+3
* gh-81057: Move the global Dict-Related Versions to _PyRuntimeState (gh-99497)Eric Snow2022-11-161-0/+47