@@ -15,14 +15,10 @@ race:set_allocator_unlocked
15
15
# These entries are for warnings that trigger in a library function, as called
16
16
# by a CPython function.
17
17
18
- # https://gist.github.com/swtaarrs/9d41251e603fa6dedd604191a6da820d
19
- race:park_detached_threads
20
18
# https://gist.github.com/swtaarrs/8e0e365e1d9cecece3269a2fb2f2b8b8
21
19
race:sock_recv_impl
22
20
# https://gist.github.com/swtaarrs/08dfe7883b4c975c31ecb39388987a67
23
21
race:free_threadstate
24
- # https://gist.github.com/swtaarrs/cd6aec2006e0c1b561b68d65e9f1a872
25
- race:_PyParkingLot_Park
26
22
27
23
28
24
# These warnings trigger directly in a CPython function.
@@ -33,8 +29,6 @@ race_top:_mi_heap_delayed_free_partial
33
29
race_top:_PyEval_EvalFrameDefault
34
30
race_top:_PyImport_AcquireLock
35
31
race_top:_PyImport_ReleaseLock
36
- # https://gist.github.com/mpage/0a24eb2dd458441ededb498e9b0e5de8
37
- race_top:_PyParkingLot_Park
38
32
race_top:_PyType_HasFeature
39
33
race_top:assign_version_tag
40
34
race_top:insertdict
@@ -47,8 +41,6 @@ race_top:set_contains_key
47
41
# https://gist.github.com/colesbury/d13d033f413b4ad07929d044bed86c35
48
42
race_top:set_discard_entry
49
43
race_top:set_inheritable
50
- race_top:start_the_world
51
- race_top:tstate_set_detached
52
44
race_top:Py_SET_TYPE
53
45
race_top:_PyDict_CheckConsistency
54
46
race_top:_PyImport_AcquireLock
@@ -64,7 +56,6 @@ race_top:list_get_item_ref
64
56
race_top:make_pending_calls
65
57
race_top:set_add_entry
66
58
race_top:should_intern_string
67
- race_top:llist_insert_tail
68
59
race_top:_Py_slot_tp_getattr_hook
69
60
race_top:add_threadstate
70
61
race_top:dump_traceback
0 commit comments