bpo-35561: Supress valgrind false alarm on epoll_ctl(event) (GH-18060)
Update Misc/valgrind-python.supp to suppress the false alarm.
This commit is contained in:
parent
558f078911
commit
d8ef64422a
|
@ -263,6 +263,14 @@
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
{
|
||||||
|
Uninitialised byte(s) false alarm, see bpo-35561
|
||||||
|
Memcheck:Param
|
||||||
|
epoll_ctl(event)
|
||||||
|
fun:epoll_ctl
|
||||||
|
fun:pyepoll_internal_ctl
|
||||||
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
ZLIB problems, see test_gzip
|
ZLIB problems, see test_gzip
|
||||||
Memcheck:Cond
|
Memcheck:Cond
|
||||||
|
|
Loading…
Reference in New Issue