Skip to content

Commit 0101cda

Browse files
committed
del some py supps
1 parent c2c3d56 commit 0101cda

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

tests/lsan.supp

-14
Original file line numberDiff line numberDiff line change
@@ -51,20 +51,6 @@ leak:^_PyObject_GC_Resize$
5151
# Python uses these alloc functions if you define PYTHONDEVMODE=1
5252
leak:^_PyMem_DebugRawAlloc$
5353
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$
6854

6955
# Wholesale library suppressions, avoid doing this if at all possible
7056
# 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

Comments
 (0)