From 043d13a21ef241fa83688097e153233027789e0e Mon Sep 17 00:00:00 2001 From: Daniel Weindl Date: Sun, 16 Jun 2024 20:22:42 +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 ada85d34fa..16c92e3d1f 100644 --- a/python/tests/valgrind-python.supp +++ b/python/tests/valgrind-python.supp @@ -975,3 +975,13 @@ fun:_PyObject_GC_NewVar ... } + +{ + Python + Memcheck:Leak + match-leak-kinds: definite + fun:realloc + fun:_PyObject_GC_Resize + fun:_PyTuple_Resize + ... +}