]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-117657: Fix TSan race in _PyDict_CheckConsistency (#121551)
authorSam Gross <colesbury@gmail.com>
Wed, 10 Jul 2024 18:04:12 +0000 (14:04 -0400)
committerGitHub <noreply@github.com>
Wed, 10 Jul 2024 18:04:12 +0000 (14:04 -0400)
commit3ec719fabf936ea7a012a76445b860759155de86
tree82199b90efd28f6ffd936d2054031c52e86e92c0
parent3bfc9c831ad9a3dcf4457e842f1e612e93014a17
gh-117657: Fix TSan race in _PyDict_CheckConsistency (#121551)

The only remaining race in dictobject.c was in _PyDict_CheckConsistency
when the dictionary has shared keys.
Objects/dictobject.c
Tools/tsan/suppressions_free_threading.txt