cpython/Tools/tsan
Miss Islington (bot) 517733ce3c
[3.13] gh-117657: Fix TSAN race involving import lock (GH-118523) (#120169)
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.
(cherry picked from commit e21057b999)

Co-authored-by: Sam Gross <colesbury@gmail.com>
2024-06-06 18:03:01 +00:00
..
suppressions_free_threading.txt [3.13] gh-117657: Fix TSAN race involving import lock (GH-118523) (#120169) 2024-06-06 18:03:01 +00:00
supressions.txt [3.13] gh-117657: Log TSAN warnings to separate files and archive them (GH-118747) (#118931) 2024-05-10 22:27:17 +00:00