From 786b58606dea53b1abcc2334b11b6724ff88c360 Mon Sep 17 00:00:00 2001 From: Daniel Weindl Date: Tue, 23 Jan 2024 10:56:39 +0100 Subject: [PATCH] Update valgrind suppressions (#2274) * Update valgrind suppressions * .. * .. --- python/tests/valgrind-python.supp | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/python/tests/valgrind-python.supp b/python/tests/valgrind-python.supp index 9cd3f5de3b..b4e0177033 100644 --- a/python/tests/valgrind-python.supp +++ b/python/tests/valgrind-python.supp @@ -547,6 +547,14 @@ ... } +{ + Pandas 2.2.0 + Memcheck:Leak + match-leak-kinds: definite + fun:realloc + obj:*site-packages/pandas/* +} + { Scipy extensions Memcheck:Leak @@ -728,6 +736,16 @@ fun:_PyImport_FindSharedFuncptr } +{ + _dl_catch_exception + Memcheck:Addr8 + fun:strncmp + fun:is_dst + ... + fun:_dl_catch_exception + ... +} + { Python dictkeys_get_index Memcheck:Value8