Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Tools/tsan/suppressions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@
race:get_allocator_unlocked
race:set_allocator_unlocked

# gh-124878: race condition when interpreter finalized while daemon thread runs
race:free_threadstate

# https://gist.github.com/mpage/daaf32b39180c1989572957b943eb665
thread:pthread_create
3 changes: 2 additions & 1 deletion Tools/tsan/suppressions_free_threading.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ race:set_allocator_unlocked

# https://gist.github.com/swtaarrs/8e0e365e1d9cecece3269a2fb2f2b8b8
race:sock_recv_impl
# https://gist.github.com/swtaarrs/08dfe7883b4c975c31ecb39388987a67

# gh-124878: race condition when interpreter finalized while daemon thread runs
race:free_threadstate


Expand Down
Loading