]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-117657: Fix data race in `dict_dict_merge` (gh-129755) (gh-129808)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 7 Feb 2025 15:18:57 +0000 (16:18 +0100)
committerGitHub <noreply@github.com>
Fri, 7 Feb 2025 15:18:57 +0000 (10:18 -0500)
commit8a7146c5eb340aa5115a5baf61e4f74c589d440f
tree0ac1d266c51b08ac80c2fcbc8d9ebbe517e78689
parentaae0a1f90441467b27a1e7bce03b2aeb98e70ab3
[3.13] gh-117657: Fix data race in `dict_dict_merge` (gh-129755) (gh-129808)

Found while running `test_load_attr_module` from `test_opcache` under TSan.
(cherry picked from commit 34379d0a593e5a76e2f754cdd7fccb79f25a4613)

Co-authored-by: Sam Gross <colesbury@gmail.com>
Objects/dictobject.c