Add additional tsan suppressions for races.

These were found in https://github.com/jax-ml/jax/actions/runs/13072427817/job/36476819907 and reported in https://github.com/python/cpython/issues/129533 and https://github.com/python/cpython/issues/128714.
This commit is contained in:
Peter Hawkins 2025-01-31 13:40:08 -08:00
parent 0ef2ccfdb4
commit d4c6657888

View File

@ -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