Skip to content

Commit 6e3e112

Browse files
miss-islingtonaisk
andauthored
[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 2bacc23) Co-authored-by: AN Long <[email protected]>
1 parent d73f856 commit 6e3e112

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
@@ -63,6 +63,8 @@ race_top:tstate_is_freed
6363
race_top:type_modified_unlocked
6464
race_top:write_thread_id
6565
race_top:PyThreadState_Clear
66+
# Only seen on macOS, sample: https://gist.github.com/aisk/dda53f5d494a4556c35dde1fce03259c
67+
race_top:set_default_allocator_unlocked
6668

6769
# https://gist.github.com/mpage/6962e8870606cfc960e159b407a0cb40
6870
thread:pthread_create

0 commit comments

Comments
 (0)