-
-
Notifications
You must be signed in to change notification settings - Fork 31.8k
gh-129643: Fix PyList_Insert
in free-threading builds
#129680
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
Conversation
Thanks! I've spent several hours reading about relaxed and release. I was not fully aware about the differences. I learned something new :) |
I wrote a blog post about this PR and what I learned (in Russian, but tg has auto-translate): https://t.me/opensource_findings_chat/6792 |
Thanks @sobolevn for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13. |
Thanks again! |
Sorry, @sobolevn, I could not cleanly backport this to
|
…ythonGH-129680) (cherry picked from commit 63f0406) Co-authored-by: sobolevn <[email protected]>
GH-129725 is a backport of this pull request to the 3.13 branch. |
Addressing @colesbury's comment here: #129643 (comment)
PyList_SetItem
missing atomic store #129643