8000 gh-117657: Add TSAN suppression for `set_discard_entry` (#119908) · estyxx/cpython@850234a · GitHub
[go: up one dir, main page]

Skip to content

Commit 850234a

Browse files
colesburyestyxx
authored andcommitted
pythongh-117657: Add TSAN suppression for set_discard_entry (python#119908)
Seen in CI occasionally when running `test_weakref`.
1 parent 378bd98 commit 850234a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Tools/tsan/suppressions_free_threading.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ race_top:PyMember_GetOne
4444
race_top:PyMember_SetOne
4545
race_top:new_reference
4646
race_top:set_contains_key
47+
# https://gist.github.com/colesbury/d13d033f413b4ad07929d044bed86c35
48+
race_top:set_discard_entry
4749
race_top:set_inheritable
4850
race_top:start_the_world
4951
race_top:tstate_set_detached

0 commit comments

Comments
 (0)
0