]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-133980: use atomic store in `PyObject_GenericSetDict` (#133988)
authorKumar Aditya <kumaraditya@python.org>
Tue, 20 May 2025 15:41:47 +0000 (21:11 +0530)
committerGitHub <noreply@github.com>
Tue, 20 May 2025 15:41:47 +0000 (21:11 +0530)
commitec39fd2c20323ee9814a1137b1a0819e92efae4e
tree922323a8d0ebb86ded094b4ec55b505db7b3586e
parent317c49622397222b7c7fb49837e6b1fd7e82a80d
gh-133980: use atomic store in `PyObject_GenericSetDict` (#133988)
Lib/test/test_free_threading/test_dict.py
Objects/object.c