mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
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
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue