Suppress all python level leaks for now

This commit is contained in:
Eric Soroos 2025-05-13 10:58:12 +02:00
parent fdfba982c8
commit 84b88a9fbc

View File

@ -18,7 +18,7 @@
{
<python_alloc_possible_leak>
Memcheck:Leak
match-leak-kinds: possible
match-leak-kinds: all
fun:malloc
fun:_PyMem_RawMalloc
fun:PyObject_Malloc
@ -28,7 +28,7 @@
{
<python_realloc_possible_leak>
Memcheck:Leak
match-leak-kinds: possible
match-leak-kinds: all
fun:malloc
fun:_PyMem_RawRealloc
fun:PyMem_Realloc