cpython/Tools/tsan
mpage cb6f75a32c
gh-117657: Fix data races when writing / reading `ob_gc_bits` (#118292)
Use relaxed atomics when reading / writing to the field. There are still a
few places in the GC where we do not use atomics. Those should be safe as
the world is stopped.
2024-05-08 16:03:39 -04:00
..
suppressions_free_threading.txt gh-117657: Fix data races when writing / reading `ob_gc_bits` (#118292) 2024-05-08 16:03:39 -04:00
supressions.txt