]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-149816: fix `dict.clear()` race on split-table dict with non-embedded value...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 19 May 2026 04:42:25 +0000 (06:42 +0200)
committerGitHub <noreply@github.com>
Tue, 19 May 2026 04:42:25 +0000 (10:12 +0530)
commitd36e08099d56a54028174429a946c9816f284374
tree61d2e06a9145cf7139618b44ccb8bafad7493583
parent0b92f01c59c82a111bb6b9929fbfc0f9cb1241db
[3.15] gh-149816: fix `dict.clear()` race on split-table dict with non-embedded values (GH-149914) (#150000)

gh-149816: fix `dict.clear()` race on split-table dict with non-embedded values (GH-149914)
(cherry picked from commit 169285470630b697c5e6e0e4c8091c31f25ffb04)

Co-authored-by: Kumar Aditya <kumaraditya@python.org>
Lib/test/test_free_threading/test_dict.py
Objects/dictobject.c