diff options
author | Peter Hawkins <phawkins@google.com> | 2025-02-06 13:49:29 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-06 18:49:29 +0000 |
commit | b4ff8b22b3066b814c3758f87eaddfa923e657ed (patch) | |
tree | e0872fc20dc08c3194ab6da5b413a058eab99a96 /Python/pystate.c | |
parent | 78377c788e02e91bf43d290d69317198a2e563fd (diff) | |
download | cpython-b4ff8b22b3066b814c3758f87eaddfa923e657ed.tar.gz cpython-b4ff8b22b3066b814c3758f87eaddfa923e657ed.zip |
gh-129732: Fix race on `shared->array` in qsbr code under free-threading (gh-129738)
The read of `shared->array` should happen under the lock to avoid a race.
Diffstat (limited to 'Python/pystate.c')
0 files changed, 0 insertions, 0 deletions