cpython/Tools/tsan
Alex Turner 33d20199af
gh-117657: Fix QSBR race condition (#118843)
`_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.
2024-05-10 10:26:35 -04:00
..
suppressions_free_threading.txt gh-117657: Fix QSBR race condition (#118843) 2024-05-10 10:26:35 -04:00
supressions.txt gh-117657: Add TSAN suppressions for the free-threaded build (#117736) 2024-04-15 12:08:25 -04:00