Skip to content

[3.13] gh-129732: Fix race on shared->array in qsbr code under free-threading (gh-129738)#129747

Merged
colesbury merged 1 commit intopython:3.13from
colesbury:backport-b4ff8b2-3.13
Feb 6, 2025
Merged

[3.13] gh-129732: Fix race on shared->array in qsbr code under free-threading (gh-129738)#129747
colesbury merged 1 commit intopython:3.13from
colesbury:backport-b4ff8b2-3.13

Conversation

@colesbury
Copy link
Copy Markdown
Contributor

@colesbury colesbury commented Feb 6, 2025

The read of shared->array should happen under the lock to avoid a race.
(cherry picked from commit b4ff8b2)

…r free-threading (pythongh-129738)

The read of `shared->array` should happen under the lock to avoid a race.
(cherry picked from commit b4ff8b2)

Co-authored-by: Peter Hawkins <phawkins@google.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants