mirror of
https://github.com/python/cpython.git
synced 2024-11-23 18:04:37 +08:00
gh-117657: Add TSAN suppression for set_default_allocator_unlocked (#120500)
Add TSAN suppression for set_default_allocator_unlocked
This commit is contained in:
parent
27419f1fce
commit
2bacc2343c
@ -63,6 +63,8 @@ race_top:tstate_is_freed
|
||||
race_top:type_modified_unlocked
|
||||
race_top:write_thread_id
|
||||
race_top:PyThreadState_Clear
|
||||
# Only seen on macOS, sample: https://gist.github.com/aisk/dda53f5d494a4556c35dde1fce03259c
|
||||
race_top:set_default_allocator_unlocked
|
||||
|
||||
# https://gist.github.com/mpage/6962e8870606cfc960e159b407a0cb40
|
||||
thread:pthread_create
|
||||
|
Loading…
Reference in New Issue
Block a user