SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 95 Python

gh-115103: Fix unregistering of QSBR state (#116480)

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.
S
Sam Gross committed
cca30230d992c46dfb607dcc24b3dc2e6d05f536
Parent: 7cee276
Committed by GitHub <noreply@github.com> on 3/8/2024, 5:39:53 PM