]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-117657: Fix TSan race in _PyDict_CheckConsistency (GH-121551) (#121590)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 10 Jul 2024 18:28:44 +0000 (20:28 +0200)
committerGitHub <noreply@github.com>
Wed, 10 Jul 2024 18:28:44 +0000 (18:28 +0000)
commit927f882d762f5a2b02c8f41c042ddb4a1747d93a
treeb04331749e355684a7b5aa10c091599a32171cc7
parent867cf402792bfc3b6db01c800cbce0e59fb3cfe1
[3.13] gh-117657: Fix TSan race in _PyDict_CheckConsistency (GH-121551) (#121590)

The only remaining race in dictobject.c was in _PyDict_CheckConsistency
when the dictionary has shared keys.
(cherry picked from commit 3ec719fabf936ea7a012a76445b860759155de86)

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