]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-133980: use atomic store in `PyObject_GenericSetDict` (GH-133988) (#134354)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 21 May 2025 09:36:39 +0000 (11:36 +0200)
committerGitHub <noreply@github.com>
Wed, 21 May 2025 09:36:39 +0000 (15:06 +0530)
commit87d7a19ef0a751925be1f703858831c5e0c4fb57
treea09f635f0b1fc5b9ea90f2bacaf56eabd1aa9e98
parentb0bf48a13482e121c955f341fc011e30e3e1afe4
[3.14] gh-133980: use atomic store in `PyObject_GenericSetDict` (GH-133988) (#134354)

gh-133980: use atomic store in `PyObject_GenericSetDict` (GH-133988)
(cherry picked from commit ec39fd2c20323ee9814a1137b1a0819e92efae4e)

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