mirror of https://github.com/python/cpython
gh-117657: Add TSAN suppression for `set_discard_entry` (#119908)
Seen in CI occasionally when running `test_weakref`.
This commit is contained in:
parent
cf3bba3f06
commit
7dc745d1f5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue