Skip to content

Commit

Permalink
Add suppresion in tsan for python 10.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed May 30, 2024
1 parent d93a36b commit be56345
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions source/tests/sanitizer/tsan.supp
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
#
#called_from_lib:libpython*
#
# Suppress race condition from Python 10 async io: https://github.com/python/cpython/issues/116912
race:sock_close
race:sock_send_impl
#
# NodeJS
#
race:v8::platform::tracing::TracingController::GetCategoryGroupEnabled
Expand Down

0 comments on commit be56345

Please sign in to comment.