Skip to content

Commit

Permalink
Update valgrind suppressions
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed Apr 3, 2024
1 parent b28b83b commit e10673c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions python/tests/valgrind-python.supp
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,21 @@
fun:__Pyx__PyObject_CallOneArg
}

{
other
Memcheck:Leak
match-leak-kinds: definite
fun:realloc
fun:resize_compact
fun:_PyUnicodeWriter_Finish
fun:PyUnicode_FromFormatV
fun:PyUnicode_FromFormat
fun:PyFortranObject_NewAsAttr
fun:PyInit__zpropack
fun:_PyImport_LoadDynamicModuleWithSpec
...
}

{
other
Memcheck:Value8
Expand Down

0 comments on commit e10673c

Please sign in to comment.