Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d8ef644

Browse files
ZackerySpytzvstinner
authored andcommittedJan 19, 2020
bpo-35561: Supress valgrind false alarm on epoll_ctl(event) (pythonGH-18060)
Update Misc/valgrind-python.supp to suppress the false alarm.
1 parent 558f078 commit d8ef644

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
 

‎Misc/valgrind-python.supp

+8
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,14 @@
263263

264264
}
265265

266+
{
267+
Uninitialised byte(s) false alarm, see bpo-35561
268+
Memcheck:Param
269+
epoll_ctl(event)
270+
fun:epoll_ctl
271+
fun:pyepoll_internal_ctl
272+
}
273+
266274
{
267275
ZLIB problems, see test_gzip
268276
Memcheck:Cond

0 commit comments

Comments
 (0)
Failed to load comments.