Skip to content

Commit

Permalink
Update valgrind suppressions
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed Jan 22, 2024
1 parent 75a5cdc commit e74972b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions python/tests/valgrind-python.supp
Original file line number Diff line number Diff line change
Expand Up @@ -547,6 +547,14 @@
...
}

{
Pandas 2.2.0
Memcheck:Leak
match-leak-kinds: definite
fun:realloc
obj:*site-packages/pandas/*
}

{
Scipy extensions
Memcheck:Leak
Expand Down

0 comments on commit e74972b

Please sign in to comment.