Skip to content

Commit 2bacc23

Browse files
authored
gh-117657: Add TSAN suppression for set_default_allocator_unlocked (#120500)
Add TSAN suppression for set_default_allocator_unlocked
1 parent 27419f1 commit 2bacc23

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Tools/tsan/suppressions_free_threading.txt

+2
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)