https://github.com/python/cpython/commit/7641743d48b276de88a709ad40d715b6c5d7a2ea commit: 7641743d48b276de88a709ad40d715b6c5d7a2ea branch: main author: Sam Gross <[email protected]> committer: colesbury <[email protected]> date: 2024-07-10T17:08:10-04:00 summary:
gh-117657: Remove TSAN suppressions for _abc.c (#121508) The functions look thread-safe and I haven't seen any warnings issued when running the tests locally. 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 d9d80ad6dd722b..0955387dfb8370 100644 --- a/Tools/tsan/suppressions_free_threading.txt +++ b/Tools/tsan/suppressions_free_threading.txt @@ -23,8 +23,6 @@ race:free_threadstate # These warnings trigger directly in a CPython function. -race_top:_add_to_weak_set -race_top:_in_weak_set race_top:_PyEval_EvalFrameDefault race_top:assign_version_tag race_top:new_reference _______________________________________________ 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]
