]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
`valgrind-python.supp`: Update suppression for readline leaks (#151783)
authorStan Ulbrych <stan@python.org>
Wed, 24 Jun 2026 13:54:33 +0000 (14:54 +0100)
committerGitHub <noreply@github.com>
Wed, 24 Jun 2026 13:54:33 +0000 (13:54 +0000)
Misc/valgrind-python.supp

index 8b2027cd4527679ac34d9a6ef8d4e8d94cdc3506..4df8a118f089b70cf148d295791525fd5b56215b 100644 (file)
 {
    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)"