We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 264ded9 commit e658b0dCopy full SHA for e658b0d
tests/lsan.supp
@@ -54,6 +54,7 @@ leak:^PyThread_allocate_lock$
54
leak:^PyMem_Malloc$
55
leak:^PyMem_Calloc$
56
leak:^PyMem_Realloc$
57
+leak:^_PyMem_RawRealloc$
58
leak:^_PyObject_GC_Resize$
59
# Python uses these alloc functions if you define PYTHONDEVMODE=1
60
leak:^_PyMem_DebugRawAlloc$
0 commit comments