Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pythongh-115103: Fix unregistering of QSBR state
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.
- Loading branch information