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:
Zackery Spytz 2020-01-19 15:38:37 -07:00 committed by Victor Stinner
parent 558f078911
commit d8ef64422a
1 changed files with 8 additions and 0 deletions

View File

@ -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
Memcheck:Cond