]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-117657: Fix missing atomic in dict_resize (GH-119312) (#119417)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 22 May 2024 21:42:47 +0000 (23:42 +0200)
committerGitHub <noreply@github.com>
Wed, 22 May 2024 21:42:47 +0000 (14:42 -0700)
commitcd35e9d85a8976facebda41692d38a82a4e168c9
tree0eccf50adcc75bc630a2bba85208cc0de703834d
parenta6ed7425d8f592cd1146ad8dad1c321d79b46c13
[3.13] gh-117657: Fix missing atomic in dict_resize (GH-119312) (#119417)

gh-117657: Fix missing atomic in dict_resize (GH-119312)

Fix missing atomic in dict_resize
(cherry picked from commit 2b3fb767bea1f96c9e0523f6cc341b40f0fa1ca1)

Co-authored-by: Dino Viehland <dinoviehland@meta.com>
Objects/dictobject.c