Skip to content

Commit

Permalink
More python suppressions
Browse files Browse the repository at this point in the history
  • Loading branch information
sthibaul committed Oct 28, 2024
1 parent 71f8000 commit 45a3f97
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions tools/dev/valgrind/starpupy.suppr
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,23 @@
fun:_PyImport_FindSharedFuncptr
...
}

{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: indirect
fun:malloc
...
fun:PyInit__multiarray_umath
...
}

{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: indirect
fun:malloc
...
fun:_abc__abc_init
...
}

0 comments on commit 45a3f97

Please sign in to comment.