Files
cpython/Python
Sam Gross f7cc862345 [3.13] gh-129732: Fix race on shared->array in qsbr code under free-threading (gh-129738) (gh-129747)
The read of `shared->array` should happen under the lock to avoid a race.
(cherry picked from commit b4ff8b22b3)

Co-authored-by: Peter Hawkins <phawkins@google.com>
2025-02-06 14:30:16 -05:00
..
2024-05-03 06:17:32 -07:00

Miscellaneous source files for the main Python shared library