From d9933622f2672360fe50c3a59d75bc14a0fcdaef Mon Sep 17 00:00:00 2001 From: Daniel Weindl Date: Thu, 4 Apr 2024 16:41:16 +0200 Subject: [PATCH] Update valgrind suppressions (#2390) * Update valgrind suppressions --- python/tests/valgrind-python.supp | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/python/tests/valgrind-python.supp b/python/tests/valgrind-python.supp index b4e0177033..01bc776aec 100644 --- a/python/tests/valgrind-python.supp +++ b/python/tests/valgrind-python.supp @@ -213,6 +213,19 @@ fun:__Pyx__PyObject_CallOneArg } +{ + other + Memcheck:Leak + match-leak-kinds: definite + fun:realloc + fun:resize_compact + fun:_PyUnicodeWriter_Finish + fun:PyUnicode_FromFormatV + fun:PyUnicode_FromFormat + fun:PyFortranObject_NewAsAttr + ... +} + { other Memcheck:Value8