Skip to content

Commit e1323cd

Browse files
[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 28b63d3) Co-authored-by: Stan Ulbrych <stan@python.org>
1 parent c9f75eb commit e1323cd

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

Misc/valgrind-python.supp

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -317,13 +317,8 @@
317317
{
318318
Avoid problems w/readline doing a putenv and leaking on exit
319319
Memcheck:Leak
320-
fun:malloc
321-
fun:xmalloc
322-
fun:sh_set_lines_and_columns
323-
fun:_rl_get_screen_size
324-
fun:_rl_init_terminal_io
325-
obj:/lib/libreadline.so.4.3
326-
fun:rl_initialize
320+
...
321+
fun:setup_readline
327322
}
328323

329324
# Valgrind emits "Conditional jump or move depends on uninitialised value(s)"

0 commit comments

Comments
 (0)