mirror of
https://github.com/python/cpython.git
synced 2026-01-28 13:45:18 +00:00
If a thread blocks while waiting on the `shared->mutex` lock, the array of QSBR states may be reallocated. The `tstate->qsbr` values before the lock is acquired may not be the same as the value after the lock is acquired.
Miscellaneous source files for the main Python shared library