mirror of
https://github.com/python/cpython.git
synced 2026-06-28 03:41:13 +00:00
[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:
parent
36fd455ab6
commit
f5ff45a386
1 changed files with 2 additions and 7 deletions
|
|
@ -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)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue