Skip to content

Commit 658bcd5

Browse files
committed
Remove TSAN suppressions that seem unneeded.
1 parent d132fab commit 658bcd5

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

Tools/tsan/suppressions_free_threading.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,13 @@
1414

1515
race_top:assign_version_tag
1616
race_top:_multiprocessing_SemLock_acquire_impl
17-
#race_top:_Py_slot_tp_getattr_hook
1817
race_top:dump_traceback
1918
race_top:fatal_error
2019
race_top:_multiprocessing_SemLock_release_impl
2120
race_top:_PyFrame_GetCode
2221
race_top:_PyFrame_Initialize
2322
race_top:_PyObject_TryGetInstanceAttribute
2423
race_top:PyUnstable_InterpreterFrame_GetLine
25-
#race_top:type_modified_unlocked
2624
race_top:write_thread_id
2725

2826
# gh-129068: race on shared range iterators (test_free_threading.test_zip.ZipThreading.test_threading)
@@ -31,9 +29,6 @@ race_top:rangeiter_next
3129
# gh-129748: test.test_free_threading.test_slots.TestSlots.test_object
3230
race_top:mi_block_set_nextx
3331

34-
# gh-127266: type slot updates are not thread-safe (test_opcache.test_load_attr_method_lazy_dict)
35-
#race_top:update_one_slot
36-
3732
# https://gist.github.com/mpage/6962e8870606cfc960e159b407a0cb40
3833
thread:pthread_create
3934

0 commit comments

Comments
 (0)