Skip to content

Commit

Permalink
Update valgrind suppressions
Browse files Browse the repository at this point in the history
for Python 3.11
  • Loading branch information
dweindl committed May 8, 2024
1 parent 8986d38 commit b9d3c7e
Showing 1 changed file with 87 additions and 0 deletions.
87 changes: 87 additions & 0 deletions python/tests/valgrind-python.supp
Original file line number Diff line number Diff line change
Expand Up @@ -878,3 +878,90 @@
fun:loadAntimonyString
...
}

{
Python
Memcheck:Cond
fun:maybe_small_long
...
}

{
Python
Memcheck:Value8
fun:medium_value
...
}

{
Python
Memcheck:Value8
fun:Py_INCREF
...
}
{
Python
Memcheck:Value8
fun:Py_DECREF
...
}
{
Python
Memcheck:Value8
fun:Py_SIZE
...
}
{
Python
Memcheck:Value8
fun:Py_TYPE
...
}
{
Python
Memcheck:Value8
fun:type_call
...
}

{
Python
Memcheck:Value8
fun:_PyEval_EvalFrameDefault
...
}


{
Python
Memcheck:Value8
fun:PyType_HasFeature
...
}

{
Python
Memcheck:Value8
fun:unpack_indices
...
}

{
Python
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:PyFloat_FromDouble
fun:fill_time
...
}
{
Python
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:gc_alloc
...
fun:Py_CompileStringObject
...
}

0 comments on commit b9d3c7e

Please sign in to comment.