Skip to content

Commit ac2cffd

Browse files
committed
Add additional tsan suppressions for races.
These were found in https://github.com/jax-ml/jax/actions/runs/13072427817/job/36476819907 and reported in python/cpython#129533 and python/cpython#128714.
1 parent 0ef2ccf commit ac2cffd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/tsan-suppressions.txt

+5
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ race:py_digest_by_name
3434

3535
# https://github.com/python/cpython/issues/128714
3636
race:func_get_annotations
37+
race:type_get_annotations
38+
39+
# https://github.com/python/cpython/issues/129533
40+
race: PyGC_Disable
41+
race: PyGC_Enable
3742

3843
# Races because the LAPACK and BLAS in our scipy isn't TSAN instrumented.
3944
race:heevd_ffi

0 commit comments

Comments
 (0)