We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2c3d56 commit 0101cdaCopy full SHA for 0101cda
tests/lsan.supp
@@ -51,20 +51,6 @@ leak:^_PyObject_GC_Resize$
51
# Python uses these alloc functions if you define PYTHONDEVMODE=1
52
leak:^_PyMem_DebugRawAlloc$
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
69
# Wholesale library suppressions, avoid doing this if at all possible
70
# one reason we may not be able to avoid doing this is compatibility with multiple versions of libs on many operating systems
0 commit comments