Skip to content

Commit

Permalink
Update valgrind suppressions
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed May 27, 2024
1 parent 17d6e77 commit 71beb5e
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 @@ -965,3 +965,13 @@
fun:Py_CompileStringObject
...
}

{
Python
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:gc_alloc
fun:_PyObject_GC_NewVar
...
}

0 comments on commit 71beb5e

Please sign in to comment.