[3.14] gh-135871: Fix needless spinning in `_PyMutex_LockTimed` with zero timeout (gh-135872) by miss-islington · Pull Request #135946 · python/cpython
-
-
Notifications
You must be signed in to change notification settings - Fork 34.8k
Merged
Merged
Conversation
Contributor
The free threading build could spin unnecessarily on _Py_yield() if the initial
compare and swap failed.
(cherry picked from commit cbfaf41)
Co-authored-by: Joseph Tibbertsma josephtibbertsma@gmail.com
…ongh-135872) The free threading build could spin unnecessarily on `_Py_yield()` if the initial compare and swap failed. (cherry picked from commit cbfaf41) Co-authored-by: Joseph Tibbertsma <josephtibbertsma@gmail.com>
bedevere-app
Bot
added
the
awaiting review
label
bedevere-app
Bot
mentioned this pull request
bedevere-app
Bot
added
the
topic-free-threading
label
vstinner
changed the title
[3.14] Fix needless spinning in
[3.14] gh-135871: Fix needless spinning in _PyMutex_LockTimed with zero timeout (gh-135872)_PyMutex_LockTimed with zero timeout (gh-135872)
bedevere-app
Bot
mentioned this pull request
colesbury
enabled auto-merge (squash)
bedevere-app
Bot
removed
the
awaiting review
label
miss-islington
deleted the
backport-cbfaf41-3.14
branch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment