[issue24141] Python 3 ships an outdated valgrind suppressison file.

Michael Ensslin report at bugs.python.org
Thu May 7 17:37:40 CEST 2015


Michael Ensslin added the comment:

Note:

Additionally replacing

PyObject_Free -> _PyObject_Free

and

PyObject_Realloc -> _PyObject_Realloc

appears to fix the issue.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24141>
_______________________________________


More information about the Python-bugs-list mailing list