From f5ff45a386e4008e887ce7908b4178a09ce149c8 Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Wed, 24 Jun 2026 16:02:51 +0200 Subject: [PATCH] [3.13] `valgrind-python.supp`: Update suppression for readline leaks (GH-151783) (#152086) `valgrind-python.supp`: Update suppression for readline leaks (GH-151783) (cherry picked from commit 28b63d301dcfb7ecff86903094b9351d92d9c31e) Co-authored-by: Stan Ulbrych --- Misc/valgrind-python.supp | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/Misc/valgrind-python.supp b/Misc/valgrind-python.supp index 8b2027cd452..4df8a118f08 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)"