We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
valgrind-python.supp
1 parent c9f75eb commit e1323cdCopy full SHA for e1323cd
1 file changed
Misc/valgrind-python.supp
@@ -317,13 +317,8 @@
317
{
318
Avoid problems w/readline doing a putenv and leaking on exit
319
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
+ ...
+ fun:setup_readline
327
}
328
329
# Valgrind emits "Conditional jump or move depends on uninitialised value(s)"
0 commit comments