Skip to content

Commit

Permalink
Categorize mimalloc races
Browse files Browse the repository at this point in the history
  • Loading branch information
mpage committed Apr 11, 2024
1 parent 1d44c87 commit 8f18671
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Tools/tsan/suppressions_free_threading.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,12 @@

race:get_allocator_unlocked
race:set_allocator_unlocked
race:mi_heap_visit_pages
race:_mi_heap_delayed_free_partial

## Free-threaded suppressions

race:_add_to_weak_set
race:_in_weak_set
race:_mi_heap_delayed_free_partial
race:_Py_IsImmortal
race:_Py_IsOwnedByCurrentThread
race:_PyEval_EvalFrameDefault
Expand All @@ -39,6 +38,7 @@ race:gc_restore_tid
race:initialize_new_array
race:insertdict
race:lookup_tp_dict
race:mi_heap_visit_pages
race:PyMember_GetOne
race:PyMember_SetOne
race:new_reference
Expand Down
2 changes: 0 additions & 2 deletions Tools/tsan/supressions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,3 @@
# reference: https://github.com/google/sanitizers/wiki/ThreadSanitizerSuppressions
race:get_allocator_unlocked
race:set_allocator_unlocked
race:mi_heap_visit_pages
race:_mi_heap_delayed_free_partial

0 comments on commit 8f18671

Please sign in to comment.