Skip to content

Commit 85e9018

Browse files
[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 7641743) Co-authored-by: Sam Gross <[email protected]>
1 parent 927f882 commit 85e9018

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Tools/tsan/suppressions_free_threading.txt

-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ race:free_threadstate
2323

2424
# These warnings trigger directly in a CPython function.
2525

26-
race_top:_add_to_weak_set
27-
race_top:_in_weak_set
2826
race_top:_PyEval_EvalFrameDefault
2927
race_top:assign_version_tag
3028
race_top:new_reference

0 commit comments

Comments
 (0)