]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-117657: Fix data race in `dict_dict_merge` (gh-129755)
authorSam Gross <colesbury@gmail.com>
Fri, 7 Feb 2025 14:44:24 +0000 (09:44 -0500)
committerGitHub <noreply@github.com>
Fri, 7 Feb 2025 14:44:24 +0000 (09:44 -0500)
commit34379d0a593e5a76e2f754cdd7fccb79f25a4613
tree29cfa19e9127ebe2e66a7e2d5738c2a8de6672b8
parent175844713af383c9e4dd60166d1d7407c80a1949
gh-117657: Fix data race in `dict_dict_merge` (gh-129755)

Found while running `test_load_attr_module` from `test_opcache` under TSan.
Objects/dictobject.c