We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3b2c84 commit 40e1a2aCopy full SHA for 40e1a2a
.github/workflows/tsan-suppressions.txt
@@ -26,8 +26,6 @@ race_top:PyMember_GetOne
26
# https://github.com/python/cpython/issues/129547
27
race:type_get_annotations
28
29
-# https://github.com/python/cpython/issues/130547
30
-race:split_keys_entry_added
31
32
# https://github.com/python/cpython/issues/129748
33
race:mi_block_set_nextx
@@ -64,3 +62,6 @@ race:gemm_oncopy
64
62
65
63
# https://github.com/python/cpython/issues/130571
66
# race:_PyObject_GetMethod
+
+# https://github.com/python/cpython/issues/130547
67
+# race:split_keys_entry_added
0 commit comments