Skip to content

Commit 1afa160

Browse files
colesburyestyxx
authored andcommitted
pythongh-117657: Remove TSAN suppressions for _abc.c (python#121508)
The functions look thread-safe and I haven't seen any warnings issued when running the tests locally.
1 parent c744960 commit 1afa160

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Tools/tsan/suppressions_free_threading.txt

Lines changed: 0 additions & 2 deletions
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)