Skip to content

Commit

Permalink
[3.13] gh-117657: Remove TSAN suppressions for _abc.c (GH-121508) (#1…
Browse files Browse the repository at this point in the history
…21598)

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]>
  • Loading branch information
miss-islington and colesbury authored Jul 10, 2024
1 parent 927f882 commit 85e9018
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 85e9018

Please sign in to comment.