]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-112075: use per-thread dict version pool (#118676)
authorDino Viehland <dinoviehland@meta.com>
Tue, 7 May 2024 00:22:26 +0000 (17:22 -0700)
committerGitHub <noreply@github.com>
Tue, 7 May 2024 00:22:26 +0000 (00:22 +0000)
commitff6cbb2503a8fe3fceeadd889e34fc9a8f308ecd
treeed2ab05ad2ca3f3819babe399933ffcb85c93ad4
parent723d4d2fe8e77b398f0ccffcfa541149caaac6a1
gh-112075: use per-thread dict version pool (#118676)

use thread state set of dict versions
Include/cpython/pystate.h
Include/internal/pycore_dict.h
Lib/test/test_free_threading/test_dict.py
Modules/_testcapi/dict.c
Python/pystate.c