Correct memory order of _Py_atomic_store_uint_release - #141562
kumaraditya303 merged 2 commits into
Conversation
|
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 |
|
Also skip news here |
|
I believe the person you're looking for is @colesbury To me, this seems trivial; I don't see any need to create an issue, especially since we don't actually use |
Probably for the best |
|
LGTM |
|
Thanks @SubbaraoGarlapati for the PR, and @kumaraditya303 for merging it 🌮🎉.. I'm working now to backport this PR to: 3.14. |
(cherry picked from commit 7800b78) Co-authored-by: SubbaraoGarlapati <53627478+SubbaraoGarlapati@users.noreply.github.com>

Change
_Py_atomic_store_uint_release()from usingmemory_order_relaxedtomemory_order_release.