From: Stan Ulbrych Date: Wed, 24 Jun 2026 13:54:33 +0000 (+0100) Subject: `valgrind-python.supp`: Update suppression for readline leaks (#151783) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28b63d301dcfb7ecff86903094b9351d92d9c31e;p=thirdparty%2FPython%2Fcpython.git `valgrind-python.supp`: Update suppression for readline leaks (#151783) --- diff --git a/Misc/valgrind-python.supp b/Misc/valgrind-python.supp index 8b2027cd4527..4df8a118f089 100644 --- a/Misc/valgrind-python.supp +++ b/Misc/valgrind-python.supp @@ -317,13 +317,8 @@ { Avoid problems w/readline doing a putenv and leaking on exit Memcheck:Leak - fun:malloc - fun:xmalloc - fun:sh_set_lines_and_columns - fun:_rl_get_screen_size - fun:_rl_init_terminal_io - obj:/lib/libreadline.so.4.3 - fun:rl_initialize + ... + fun:setup_readline } # Valgrind emits "Conditional jump or move depends on uninitialised value(s)"