Skip to content

Commit 40e1a2a

Browse files
committed
Remove a TSAN suppression.
python/cpython#130547 has been marked as fixed and backported to 3.13, so this suppression should no longer be necessary.
1 parent f3b2c84 commit 40e1a2a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/tsan-suppressions.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ race_top:PyMember_GetOne
2626
# https://github.com/python/cpython/issues/129547
2727
race:type_get_annotations
2828

29-
# https://github.com/python/cpython/issues/130547
30-
race:split_keys_entry_added
3129

3230
# https://github.com/python/cpython/issues/129748
3331
race:mi_block_set_nextx
@@ -64,3 +62,6 @@ race:gemm_oncopy
6462

6563
# https://github.com/python/cpython/issues/130571
6664
# race:_PyObject_GetMethod
65+
66+
# https://github.com/python/cpython/issues/130547
67+
# race:split_keys_entry_added

0 commit comments

Comments
 (0)