https://github.com/python/cpython/commit/e1323cd5c30295a80f25aba83c565b8e5fe87bf3
commit: e1323cd5c30295a80f25aba83c565b8e5fe87bf3
branch: 3.14
author: Miss Islington (bot) <[email protected]>
committer: vstinner <[email protected]>
date: 2026-06-24T14:03:22Z
summary:

[3.14] `valgrind-python.supp`: Update suppression for readline leaks 
(GH-151783) (#152085)

`valgrind-python.supp`: Update suppression for readline leaks (GH-151783)
(cherry picked from commit 28b63d301dcfb7ecff86903094b9351d92d9c31e)

Co-authored-by: Stan Ulbrych <[email protected]>

files:
M Misc/valgrind-python.supp

diff --git a/Misc/valgrind-python.supp b/Misc/valgrind-python.supp
index 8b2027cd452767..4df8a118f089b7 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)"

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]

Reply via email to