Skip to content

Commit

Permalink
pythongh-117657: Add TSAN suppression for set_discard_entry (python…
Browse files Browse the repository at this point in the history
…#119908)

Seen in CI occasionally when running `test_weakref`.
  • Loading branch information
colesbury authored Jun 1, 2024
1 parent cf3bba3 commit 7dc745d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Tools/tsan/suppressions_free_threading.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ race_top:PyMember_GetOne
race_top:PyMember_SetOne
race_top:new_reference
race_top:set_contains_key
# https://gist.github.com/colesbury/d13d033f413b4ad07929d044bed86c35
race_top:set_discard_entry
race_top:set_inheritable
race_top:start_the_world
race_top:tstate_set_detached
Expand Down

0 comments on commit 7dc745d

Please sign in to comment.