Skip to content

Navigation Menu

Sign in
Appearance settings

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

Provide feedback

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

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

[3.14] gh-135871: Fix needless spinning in _PyMutex_LockTimed with zero timeout (gh-135872)#135946

Merged
colesbury merged 1 commit into
python:3.14python/cpython:3.14from
miss-islington:backport-cbfaf41-3.14miss-islington/cpython:backport-cbfaf41-3.14Copy head branch name to clipboard
Jun 25, 2025
Merged

[3.14] gh-135871: Fix needless spinning in _PyMutex_LockTimed with zero timeout (gh-135872)#135946
colesbury merged 1 commit into
python:3.14python/cpython:3.14from
miss-islington:backport-cbfaf41-3.14miss-islington/cpython:backport-cbfaf41-3.14Copy head branch name to clipboard

Conversation

@miss-islington

@miss-islington miss-islington commented Jun 25, 2025

Copy link
Copy Markdown
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>
@vstinner vstinner changed the title [3.14] Fix needless spinning in _PyMutex_LockTimed with zero timeout (gh-135872) [3.14] gh-135871: Fix needless spinning in _PyMutex_LockTimed with zero timeout (gh-135872) Jun 25, 2025
@colesbury colesbury enabled auto-merge (squash) June 25, 2025 16:46
@colesbury colesbury merged commit 80fc62f into python:3.14 Jun 25, 2025
45 checks passed
@miss-islington miss-islington deleted the backport-cbfaf41-3.14 branch January 2, 2026 18:44
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.

3 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.