cpython/Tools/tsan
Sam Gross 9c08f40a61
gh-117657: Fix TSAN races in setobject.c (#121511)
The `used` field must be written using atomic stores because `set_len`
and iterators may access the field concurrently without holding the
per-object lock.
2024-07-09 12:11:43 -04:00
..
suppressions_free_threading.txt gh-117657: Fix TSAN races in setobject.c (#121511) 2024-07-09 12:11:43 -04:00
supressions.txt gh-117657: Log TSAN warnings to separate files and archive them (#118747) 2024-05-10 17:54:23 -04:00