Skip to content

Conversation

@miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Oct 20, 2025

Clang-20 detects a data race between the unlock and the non-atomic
read of the lock state. Use a relaxed load for the assertion to avoid
the race.
(cherry picked from commit f11ec6e)

Co-authored-by: Sam Gross colesbury@gmail.com

)

Clang-20 detects a data race between the unlock and the non-atomic
read of the lock state. Use a relaxed load for the assertion to avoid
the race.
(cherry picked from commit f11ec6e)

Co-authored-by: Sam Gross <colesbury@gmail.com>
@bedevere-app bedevere-app bot added the tests Tests in the Lib/test dir label Oct 20, 2025
@colesbury colesbury enabled auto-merge (squash) October 20, 2025 13:58
@colesbury colesbury merged commit 6493a6a into python:3.14 Oct 20, 2025
50 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip news tests Tests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants