Skip to content

Commit

Permalink
Update valgrind suppressions (#2616)
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl authored Dec 3, 2024
1 parent f3a97c2 commit bd3bd91
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions python/tests/valgrind-python.supp
Original file line number Diff line number Diff line change
Expand Up @@ -994,3 +994,15 @@
fun:do_richcompare
...
}


# https://github.com/crate-py/rpds, via petab->jsonschema
{
rpds
Memcheck:Leak
match-leak-kinds: definite
fun:realloc
...
fun:_ZN4rpds*
...
}

0 comments on commit bd3bd91

Please sign in to comment.