← 返回首页
gh-117657: Fix missing atomic in dict_resize by DinoV · Pull Request #119312 · python/cpython · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

gh-117657: Fix missing atomic in dict_resize#119312

Merged
DinoV merged 1 commit into
python:mainfrom
DinoV:nogil_dict_resize
May 22, 2024
Merged

gh-117657: Fix missing atomic in dict_resize#119312
DinoV merged 1 commit into
python:mainfrom
DinoV:nogil_dict_resize

Conversation

DinoV commented May 21, 2024
edited by bedevere-app Bot
Loading

Copy link
Copy Markdown
Contributor

Use atomic to assign to PyDictValues->valid like we do elsewhere

colesbury left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality Hide comment

We should backport this to 3.13

DinoV added the needs backport to 3.13 bugs and security fixes label May 22, 2024

DinoV commented May 22, 2024

Copy link
Copy Markdown
Contributor Author

We should backport this to 3.13

Backport to 3.13: #119416

DinoV merged commit 2b3fb76 into python:main May 22, 2024

Copy link
Copy Markdown

Thanks @DinoV for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request May 22, 2024
Fix missing atomic in dict_resize (cherry picked from commit 2b3fb76) Co-authored-by: Dino Viehland <dinoviehland@meta.com>

bedevere-app Bot commented May 22, 2024

Copy link
Copy Markdown

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

bedevere-app Bot removed the needs backport to 3.13 bugs and security fixes label May 22, 2024
DinoV added a commit that referenced this pull request May 22, 2024
) gh-117657: Fix missing atomic in dict_resize (GH-119312) Fix missing atomic in dict_resize (cherry picked from commit 2b3fb76) Co-authored-by: Dino Viehland <dinoviehland@meta.com>
DinoV deleted the nogil_dict_resize branch May 31, 2024 18:21
estyxx pushed a commit to estyxx/cpython that referenced this pull request Jul 17, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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

Footer

© 2026 GitHub, Inc.