Skip to content

Commit 6e625f8

Browse files
authored
gh-129748: Remove TSan suppression for mi_block_set_nextx (gh-142887)
The function was already changed to use a relaxed atomic store in gh-134238.
1 parent 92243dc commit 6e625f8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Tools/tsan/suppressions_free_threading.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ race_top:write_thread_id
2323
# gh-129068: race on shared range iterators (test_free_threading.test_zip.ZipThreading.test_threading)
2424
race_top:rangeiter_next
2525

26-
# gh-129748: test.test_free_threading.test_slots.TestSlots.test_object
27-
race_top:mi_block_set_nextx
28-
2926
# https://gist.github.com/mpage/6962e8870606cfc960e159b407a0cb40
3027
thread:pthread_create
3128

0 commit comments

Comments
 (0)