cpython/Tools/tsan
Sam Gross e21057b999
gh-117657: Fix TSAN race involving import lock (#118523)
This adds a `_PyRecursiveMutex` type based on `PyMutex` and uses that
for the import lock. This fixes some data races in the free-threaded
build and generally simplifies the import lock code.
2024-06-06 13:40:58 -04:00
..
suppressions_free_threading.txt gh-117657: Fix TSAN race involving import lock (#118523) 2024-06-06 13:40:58 -04:00
supressions.txt gh-117657: Log TSAN warnings to separate files and archive them (#118747) 2024-05-10 17:54:23 -04:00