We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c125750 commit 65418f3Copy full SHA for 65418f3
tests/lsan.supp
@@ -43,7 +43,7 @@ leak:^PyThread_allocate_lock$
43
# the PyMalloc mechanism is incompatible with Valgrind, it must be disabled or reported "leaks" must be suppressed
44
# https://pythonextensionpatterns.readthedocs.io/en/latest/debugging/debug_python.html#debug-version-of-python-memory-alloc-label
45
leak:^PyMem_Malloc$
46
-leal:^PyMem_Calloc$
+leak:^PyMem_Calloc$
47
leak:^_PyObject_GC_Resize$
48
# Python uses these alloc functions if you define PYTHONDEVMODE=1
49
leak:^_PyMem_DebugRawAlloc$
0 commit comments