Skip to content

Commit

Permalink
Replace _PyEval_EvalFrameDefault in TSAN suppresions with more specif…
Browse files Browse the repository at this point in the history
…ic functions
  • Loading branch information
swtaarrs committed May 7, 2024
1 parent b4bdf83 commit b57dec9
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion Tools/tsan/suppressions_free_threading.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ race:set_allocator_unlocked
race:_add_to_weak_set
race:_in_weak_set
race:_mi_heap_delayed_free_partial
race:_PyEval_EvalFrameDefault
race_top:_PyEval_EvalFrameDefault
race:_PyImport_AcquireLock
race:_PyImport_ReleaseLock
race:_PyInterpreterState_SetNotRunningMain
Expand All @@ -39,6 +39,20 @@ race:set_inheritable
race:start_the_world
race:tstate_set_detached
race:unicode_hash
# https://gist.github.com/swtaarrs/e5f0891a35d3b6910ae06acdf123b4e7
race:make_pending_calls
race:Py_SET_TYPE
race:_PyImport_AcquireLock
race:_Py_atomic_load_uintptr_relaxed
race:_Py_dict_lookup_threadsafe
race:__tsan_memset
race:_imp_release_lock
race:_multiprocessing_SemLock_acquire_impl
race:count_next
race:insert_to_emptydict
race:insertdict
race:list_get_item_ref
race:worklist_pop

# https://gist.github.com/mpage/6962e8870606cfc960e159b407a0cb40
thread:pthread_create

0 comments on commit b57dec9

Please sign in to comment.