Skip to content

Commit f045bb3

Browse files
Merge pull request #28245 from vfdev-5:patch-4
PiperOrigin-RevId: 751143638
2 parents 1bc9054 + cb704db commit f045bb3

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.github/workflows/tsan-suppressions_3.13.txt

-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ race:dnnl_sgemm
88
# https://github.com/python/cpython/issues/128050
99
race:partial_vectorcall_fallback
1010

11-
# Likely only happens when the process is crashing.
12-
race:dump_traceback
13-
1411
# https://github.com/python/cpython/issues/128137
1512
# Fixed in Python 3.14, but not backported to 3.13.
1613
race:immortalize_interned

.github/workflows/tsan-suppressions_3.14.txt

-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ race:dnnl_sgemm
88
# https://github.com/python/cpython/issues/128050
99
race:partial_vectorcall_fallback
1010

11-
# Likely only happens when the process is crashing.
12-
race:dump_traceback
13-
1411
# https://github.com/python/cpython/issues/129748
1512
race:mi_block_set_nextx
1613

0 commit comments

Comments
 (0)