| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
`_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. (cherry picked from commit 33d2019) Co-authored-by: Alex Turner <alexturner@meta.com>
| Back | FazBrowse Home | New Git URL |
_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.
(cherry picked from commit 33d2019)
Co-authored-by: Alex Turner alexturner@meta.com