mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
[3.13] gh-117657: Add TSAN suppression for set_default_allocator_unlocked (GH-120500) (#120510)
gh-117657: Add TSAN suppression for set_default_allocator_unlocked (GH-120500)
Add TSAN suppression for set_default_allocator_unlocked
(cherry picked from commit 2bacc2343c
)
Co-authored-by: AN Long <aisk@users.noreply.github.com>
This commit is contained in:
parent
d73f856840
commit
6e3e112428
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue