We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d139bb commit a6608deCopy full SHA for a6608de
1 file changed
tsan_suppressions.txt
@@ -1,6 +1,8 @@
1
# This file contains suppressions for the TSAN tool
2
# Reference: https://github.com/google/sanitizers/wiki/ThreadSanitizerSuppressions
3
4
+# https://github.com/python/cpython/issues/113956
5
+race:_Py_SetImmortal
6
# https://github.com/numpy/numpy/issues/30085
7
race:mt19937
8
race:mtrand
0 commit comments