https://github.com/python/cpython/commit/6e625f87d262f8dbdc439bc680626d10086d667d commit: 6e625f87d262f8dbdc439bc680626d10086d667d branch: main author: Sam Gross <[email protected]> committer: colesbury <[email protected]> date: 2025-12-17T15:27:04-05:00 summary:
gh-129748: Remove TSan suppression for mi_block_set_nextx (gh-142887) The function was already changed to use a relaxed atomic store in gh-134238. files: M Tools/tsan/suppressions_free_threading.txt diff --git a/Tools/tsan/suppressions_free_threading.txt b/Tools/tsan/suppressions_free_threading.txt index 404c30157362aa..46489f5cd9dbae 100644 --- a/Tools/tsan/suppressions_free_threading.txt +++ b/Tools/tsan/suppressions_free_threading.txt @@ -23,9 +23,6 @@ race_top:write_thread_id # gh-129068: race on shared range iterators (test_free_threading.test_zip.ZipThreading.test_threading) race_top:rangeiter_next -# gh-129748: test.test_free_threading.test_slots.TestSlots.test_object -race_top:mi_block_set_nextx - # https://gist.github.com/mpage/6962e8870606cfc960e159b407a0cb40 thread:pthread_create _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3//lists/python-checkins.python.org Member address: [email protected]
