Skip to content

Commit 8977010

Browse files
committed
Add suppression for race seen in CI
1 parent 5285ae3 commit 8977010

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

suppressions_free_threading.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,6 @@ race_top:set_tp_bases
5050
race_top:type_set_bases_unlocked
5151

5252
race:partial_vectorcall_fallback
53+
54+
# gh-113956: races from simultaneously interning a string
55+
race_top:_Py_SetImmortalUntracked

0 commit comments

Comments
 (0)