Skip to content

Commit

Permalink
pythongh-117657: Add TSAN suppression for set_default_allocator_unloc…
Browse files Browse the repository at this point in the history
…ked (python#120500)

Add TSAN suppression for set_default_allocator_unlocked
  • Loading branch information
aisk committed Jun 14, 2024
1 parent 27419f1 commit 2bacc23
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Tools/tsan/suppressions_free_threading.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2bacc23

Please sign in to comment.