mirror of
https://github.com/python/cpython.git
synced 2025-08-23 10:16:01 +00:00
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
1 changed files with 8 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue