Update valgrind suppressions for python 3.7

This commit is contained in:
baldurk
2019-08-15 13:04:58 +01:00
parent 6755fd96cb
commit 715c18b591
+27 -1
View File
@@ -109,7 +109,7 @@
fun:_ZN7QThread8finishedENS_14QPrivateSignalE
}
# Python
# Python 3.6
{
PythonLeak
Memcheck:Leak
@@ -135,6 +135,32 @@
...
obj:*libpython3.6m.so*
}
# Python 3.7
{
PythonLeak
Memcheck:Leak
match-leak-kinds: all
...
obj:*libpython3.7m.so*
}
{
PythonRead
Memcheck:Addr4
...
obj:*libpython3.7m.so*
}
{
PythonRead
Memcheck:Value8
...
obj:*libpython3.7m.so*
}
{
PythonRead
Memcheck:Cond
...
obj:*libpython3.7m.so*
}
# Unknown cause but not important leak
{