Skip to content

Commit

Permalink
pythongh-117657: Remove TSAN suppressions for _abc.c (python#121508)
Browse files Browse the repository at this point in the history
The functions look thread-safe and I haven't seen any warnings issued
when running the tests locally.
  • Loading branch information
colesbury committed Jul 10, 2024
1 parent 3ec719f commit 7641743
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Tools/tsan/suppressions_free_threading.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7641743

Please sign in to comment.