From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Wed, 10 Jul 2024 21:34:14 +0000 (+0200) Subject: [3.13] gh-117657: Remove TSAN suppressions for _abc.c (GH-121508) (#121598) X-Git-Tag: v3.13.0b4~83 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=85e9018a0124f0d2c0ac6686bd5be015e8adc9b7;p=thirdparty%2FPython%2Fcpython.git [3.13] gh-117657: Remove TSAN suppressions for _abc.c (GH-121508) (#121598) The functions look thread-safe and I haven't seen any warnings issued when running the tests locally. (cherry picked from commit 7641743d48b276de88a709ad40d715b6c5d7a2ea) Co-authored-by: Sam Gross --- diff --git a/Tools/tsan/suppressions_free_threading.txt b/Tools/tsan/suppressions_free_threading.txt index 80ffcc12fba0..c2380143cf5c 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