Skip to content

Commit be56345

Browse files
committed
Add suppresion in tsan for python 10.
1 parent d93a36b commit be56345

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

source/tests/sanitizer/tsan.supp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
#
1414
#called_from_lib:libpython*
1515
#
16+
# Suppress race condition from Python 10 async io: https://github.com/python/cpython/issues/116912
17+
race:sock_close
18+
race:sock_send_impl
19+
#
1620
# NodeJS
1721
#
1822
race:v8::platform::tracing::TracingController::GetCategoryGroupEnabled

0 commit comments

Comments
 (0)