mirror of
https://github.com/python/cpython.git
synced 2026-01-28 13:45:18 +00:00
`_Py_qsbr_unregister` is called when the PyThreadState is already detached, so the access to `tstate->qsbr` isn't safe without locking the shared mutex. Grab the `struct _qsbr_shared` from the interpreter instead.
Miscellaneous source files for the main Python shared library