[issue19893] Python cApi memory problem. Py_Initialize memory leak

Roman report at bugs.python.org
Thu Dec 5 15:14:27 CET 2013


Roman added the comment:

I compiled python --with-valgrind --without-pymalloc, and used valgrind with suppressions. 

valgrind --suppressions=../Misc/valgrind-python.supp --leak-check=full --show-reachable=no --show-possibly-lost=no --track-origins=yes --log-file=vgrindNext.out ./test

----------
Added file: http://bugs.python.org/file32989/vgrindNext.out

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


More information about the Python-bugs-list mailing list