Skip to content

Commit 0764310

Browse files
committed
Solve properly tsan python race supression.
1 parent be56345 commit 0764310

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

source/tests/sanitizer/tsan.supp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
#called_from_lib:libpython*
1515
#
1616
# Suppress race condition from Python 10 async io: https://github.com/python/cpython/issues/116912
17+
race:socketpair
18+
race:socket_socketpair
1719
race:sock_close
1820
race:sock_send_impl
1921
#

0 commit comments

Comments
 (0)