From 71beb5e55580e53f416fb7d84ee3147ee4c75162 Mon Sep 17 00:00:00 2001 From: Daniel Weindl Date: Mon, 27 May 2024 16:59:04 +0200 Subject: [PATCH] Update valgrind suppressions --- python/tests/valgrind-python.supp | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/python/tests/valgrind-python.supp b/python/tests/valgrind-python.supp index dab3c06dc4..ada85d34fa 100644 --- a/python/tests/valgrind-python.supp +++ b/python/tests/valgrind-python.supp @@ -965,3 +965,13 @@ fun:Py_CompileStringObject ... } + +{ + Python + Memcheck:Leak + match-leak-kinds: definite + fun:malloc + fun:gc_alloc + fun:_PyObject_GC_NewVar + ... +}