Skip to content

Commit a6608de

Browse files
authored
Ignore TSAN warning about harmless CPython issue (#149)
1 parent 0d139bb commit a6608de

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tsan_suppressions.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# This file contains suppressions for the TSAN tool
22
# Reference: https://github.com/google/sanitizers/wiki/ThreadSanitizerSuppressions
33

4+
# https://github.com/python/cpython/issues/113956
5+
race:_Py_SetImmortal
46
# https://github.com/numpy/numpy/issues/30085
57
race:mt19937
68
race:mtrand

0 commit comments

Comments
 (0)