mirror of
https://github.com/python/cpython.git
synced 2026-01-01 13:03:56 +00:00
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.
This commit is contained in:
parent
92243dc62c
commit
6e625f87d2
1 changed files with 0 additions and 3 deletions
|
|
@ -23,9 +23,6 @@ race_top:write_thread_id
|
|||
# gh-129068: race on shared range iterators (test_free_threading.test_zip.ZipThreading.test_threading)
|
||||
race_top:rangeiter_next
|
||||
|
||||
# gh-129748: test.test_free_threading.test_slots.TestSlots.test_object
|
||||
race_top:mi_block_set_nextx
|
||||
|
||||
# https://gist.github.com/mpage/6962e8870606cfc960e159b407a0cb40
|
||||
thread:pthread_create
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue