Skip to content

[3.13] gh-117657: Fix TSan race in _PyDict_CheckConsistency (GH-121551) - #121590

Merged
colesbury merged 1 commit into
python:3.13from
miss-islington:backport-3ec719f-3.13
Jul 10, 2024
Merged

[3.13] gh-117657: Fix TSan race in _PyDict_CheckConsistency (GH-121551)#121590
colesbury merged 1 commit into
python:3.13from
miss-islington:backport-3ec719f-3.13

Conversation

@miss-islington

@miss-islingtonmiss-islington commented Jul 10, 2024

Copy link
Copy Markdown
Contributor

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

Co-authored-by: Sam Gross colesbury@gmail.com

…121551)
The only remaining race in dictobject.c was in _PyDict_CheckConsistency
when the dictionary has shared keys.
(cherry picked from commit 3ec719f)
Co-authored-by: Sam Gross <colesbury@gmail.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@miss-islington@colesbury