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

2015-05-07 Thread Ned Deily
Ned Deily added the comment: Thanks for the report. This problem and solution was just reported recently in Issue24111. -- nosy: +ned.deily resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> Valgrind suppression file should be updated

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

2015-05-07 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- nosy: +christian.heimes, haypo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

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

2015-05-07 Thread Michael Ensslin
Michael Ensslin added the comment: Note: Additionally replacing PyObject_Free -> _PyObject_Free and PyObject_Realloc -> _PyObject_Realloc appears to fix the issue. -- ___ Python tracker ___

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

2015-05-07 Thread Michael Ensslin
Changes by Michael Ensslin : -- title: Python 3 ships an outdated valgrind suppresison file. -> Python 3 ships an outdated valgrind suppressison file. ___ Python tracker ___ ___