File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -51,20 +51,6 @@ leak:^_PyObject_GC_Resize$
51
51
# Python uses these alloc functions if you define PYTHONDEVMODE=1
52
52
leak:^_PyMem_DebugRawAlloc$
53
53
leak:^_PyMem_DebugRawRealloc$
54
- # All the rest
55
- leak:^list_append$
56
- leak:^list_resize$
57
- leak:^_PyBytes_Resize$
58
- leak:^resize_compact$
59
- # Python 2.7
60
- leak:^PyString_FromStringAndSize$
61
- leak:^PyString_FromString$
62
- leak:^PyObject_Realloc$
63
- leak:^_PyObject_GC_Malloc$
64
- leak:^_PyString_Resize$
65
- leak:^PyUnicodeUCS4_FromUnicode$
66
- leak:^PyList_Append$
67
- leak:^PyList_New$
68
54
69
55
# Wholesale library suppressions, avoid doing this if at all possible
70
56
# one reason we may not be able to avoid doing this is compatibility with multiple versions of libs on many operating systems
You can’t perform that action at this time.
0 commit comments