[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 28b63d301d)

Co-authored-by: Stan Ulbrych <stan@python.org>
This commit is contained in:
Miss Islington (bot) 2026-06-24 16:02:51 +02:00 committed by GitHub
parent 36fd455ab6
commit f5ff45a386
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)"