]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-151228: fix data race on clearing embedded dict values (GH-151330) (#151359)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 11 Jun 2026 16:34:26 +0000 (18:34 +0200)
committerGitHub <noreply@github.com>
Thu, 11 Jun 2026 16:34:26 +0000 (16:34 +0000)
commit85404a02ba9e52776c4a16a1b2dc473c47972dac
tree101b2406adb987c3a91138a95db53a23979895db
parentfdf0132e35ebddd1ca3f366c2359fe3dd297e070
[3.15] gh-151228: fix data race on clearing embedded dict values (GH-151330) (#151359)

gh-151228: fix data race on clearing embedded dict values (GH-151330)
(cherry picked from commit 6112d70abee2455bfa44a76a49a5a80472e21134)

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