-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
gh-128133: Added relaxed atomics to bytes_hash #128412
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-128133: Added relaxed atomics to bytes_hash #128412
Conversation
abhijeetsharma200
commented
Jan 2, 2025
•
edited by bedevere-app
bot
Loading
edited by bedevere-app
bot
- Issue: Race in bytes_hash under free-threading #128133
Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
@kumaraditya303 can this get a backport to 3.13? It looks like PyO3 reliably hits a race in the bytes hash on module import. PyO3/pyo3#4904 (comment) |
Thanks @abhijeetsharma200 for the PR, and @kumaraditya303 for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13. |
Sorry, @abhijeetsharma200 and @kumaraditya303, I could not cleanly backport this to
|
…GH-128412) (cherry picked from commit 0706bab) Co-authored-by: Abhijeet <[email protected]>
GH-130022 is a backport of this pull request to the 3.13 branch. |
…130022) (cherry picked from commit 0706bab) Co-authored-by: Abhijeet <[email protected]>