Skip to content

Commit

Permalink
Merge branch 'develop' into require_py310
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl authored Apr 4, 2024
2 parents e48c89a + d993362 commit 2102744
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions python/tests/valgrind-python.supp
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,19 @@
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
...
}

{
other
Memcheck:Value8
Expand Down

0 comments on commit 2102744

Please sign in to comment.