]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-129748: Remove TSan suppression for mi_block_set_nextx (gh-142887)
authorSam Gross <colesbury@gmail.com>
Wed, 17 Dec 2025 20:27:04 +0000 (15:27 -0500)
committerGitHub <noreply@github.com>
Wed, 17 Dec 2025 20:27:04 +0000 (15:27 -0500)
The function was already changed to use a relaxed atomic store in gh-134238.

Tools/tsan/suppressions_free_threading.txt

index 404c30157362aad4a292e43a957eabcbe8f40ea2..46489f5cd9dbae9ea43f4550370a2fb7b2b25d6b 100644 (file)
@@ -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