Skip to content

Commit

Permalink
Add additional tsan suppressions for races.
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkinsp committed Jan 31, 2025
1 parent 0ef2ccf commit d4c6657
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tsan-suppressions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ race:py_digest_by_name

# https://github.com/python/cpython/issues/128714
race:func_get_annotations
race:type_get_annotations

# https://github.com/python/cpython/issues/129533
race:PyGC_Disable
race:PyGC_Enable

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

0 comments on commit d4c6657

Please sign in to comment.