Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gh-117657: Fix data race in dict_dict_merge #129755

Merged
merged 1 commit into from
Feb 7, 2025

Conversation

colesbury
Copy link
Contributor

@colesbury colesbury commented Feb 6, 2025

Found while running test_load_attr_module from test_opcache under TSan.

Found while running `test_load_attr_module` from `test_opcache` under TSan.
@colesbury colesbury merged commit 34379d0 into python:main Feb 7, 2025
53 checks passed
@miss-islington-app
Copy link

Thanks @colesbury for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13.
🐍🍒⛏🤖 I'm not a witch! I'm not a witch!

@colesbury colesbury deleted the gh-117657-dict-dict-merge branch February 7, 2025 14:44
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Feb 7, 2025
Found while running `test_load_attr_module` from `test_opcache` under TSan.
(cherry picked from commit 34379d0)

Co-authored-by: Sam Gross <colesbury@gmail.com>
@bedevere-app
Copy link

bedevere-app bot commented Feb 7, 2025

GH-129808 is a backport of this pull request to the 3.13 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.13 bugs and security fixes label Feb 7, 2025
colesbury added a commit that referenced this pull request Feb 7, 2025
…129808)

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

Co-authored-by: Sam Gross <colesbury@gmail.com>
Sign up for free to 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