summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZackery Spytz <zspytz@gmail.com>2020-01-19 15:38:37 -0700
committerVictor Stinner <vstinner@python.org>2020-01-19 23:38:37 +0100
commitd8ef64422a75f40cecdb1a7ee43492607d3daaf6 (patch)
tree9981ce7a082cfe86a4b85f3c98346da34e04bee9
parent558f07891170fe5173f277d3749e92d844de0a27 (diff)
downloadcpython-git-d8ef64422a75f40cecdb1a7ee43492607d3daaf6.tar.gz
bpo-35561: Supress valgrind false alarm on epoll_ctl(event) (GH-18060)
Update Misc/valgrind-python.supp to suppress the false alarm.
-rw-r--r--Misc/valgrind-python.supp8
1 files changed, 8 insertions, 0 deletions
diff --git a/Misc/valgrind-python.supp b/Misc/valgrind-python.supp
index 38a5ea3cd2..c9c45ba7ed 100644
--- a/Misc/valgrind-python.supp
+++ b/Misc/valgrind-python.supp
@@ -264,6 +264,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
obj:/lib/libz.so.1.2.3