File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -15,14 +15,10 @@ race:set_allocator_unlocked
1515# These entries are for warnings that trigger in a library function, as called
1616# by a CPython function.
1717
18- # https://gist.github.com/swtaarrs/9d41251e603fa6dedd604191a6da820d
19- race:park_detached_threads
2018# https://gist.github.com/swtaarrs/8e0e365e1d9cecece3269a2fb2f2b8b8
2119race:sock_recv_impl
2220# https://gist.github.com/swtaarrs/08dfe7883b4c975c31ecb39388987a67
2321race:free_threadstate
24- # https://gist.github.com/swtaarrs/cd6aec2006e0c1b561b68d65e9f1a872
25- race:_PyParkingLot_Park
2622
2723
2824# These warnings trigger directly in a CPython function.
@@ -33,8 +29,6 @@ race_top:_mi_heap_delayed_free_partial
3329race_top:_PyEval_EvalFrameDefault
3430race_top:_PyImport_AcquireLock
3531race_top:_PyImport_ReleaseLock
36- # https://gist.github.com/mpage/0a24eb2dd458441ededb498e9b0e5de8
37- race_top:_PyParkingLot_Park
3832race_top:_PyType_HasFeature
3933race_top:assign_version_tag
4034race_top:insertdict
@@ -66,7 +60,6 @@ race_top:make_pending_calls
6660race_top:set_add_entry
6761race_top:should_intern_string
6862race_top:_PyEval_IsGILEnabled
69- race_top:llist_insert_tail
7063race_top:_Py_slot_tp_getattr_hook
7164race_top:add_threadstate
7265race_top:dump_traceback
You can’t perform that action at this time.
0 commit comments