Skip to content

Commit

Permalink
Update valgrind suppressions
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed Jun 16, 2024
1 parent 88a5454 commit 043d13a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions python/tests/valgrind-python.supp
Original file line number Diff line number Diff line change
Expand Up @@ -975,3 +975,13 @@
fun:_PyObject_GC_NewVar
...
}

{
Python
Memcheck:Leak
match-leak-kinds: definite
fun:realloc
fun:_PyObject_GC_Resize
fun:_PyTuple_Resize
...
}

0 comments on commit 043d13a

Please sign in to comment.