cpython/Tools/tsan
Sam Gross 47fb4327b5
gh-117657: Fix race involving immortalizing objects (#119927)
The free-threaded build currently immortalizes objects that use deferred
reference counting (see gh-117783). This typically happens once the
first non-main thread is created, but the behavior can be suppressed for
tests, in subinterpreters, or during a compile() call.

This fixes a race condition involving the tracking of whether the
behavior is suppressed.
2024-06-03 20:58:41 +00:00
..
suppressions_free_threading.txt gh-117657: Fix race involving immortalizing objects (#119927) 2024-06-03 20:58:41 +00:00
supressions.txt gh-117657: Log TSAN warnings to separate files and archive them (#118747) 2024-05-10 17:54:23 -04:00