Skip to content

Commit

Permalink
Update valgrind suppressions (#2274)
Browse files Browse the repository at this point in the history
* Update valgrind suppressions

* ..

* ..
  • Loading branch information
dweindl authored Jan 23, 2024
1 parent 5c27c34 commit 786b586
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 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 Expand Up @@ -728,6 +736,16 @@
fun:_PyImport_FindSharedFuncptr
}

{
_dl_catch_exception
Memcheck:Addr8
fun:strncmp
fun:is_dst
...
fun:_dl_catch_exception
...
}

{
Python dictkeys_get_index
Memcheck:Value8
Expand Down

0 comments on commit 786b586

Please sign in to comment.