Stefan Krah <[email protected]> added the comment: You have two options:
a) ./configure CFLAGS="-O0 -g" --without-pymalloc b) ./configure CFLAGS="-O0 -g" --with-valgrind For b) you need the Valgrind headers installed. --with-pydebug is always wrong when using Valgrind. ---------- nosy: +skrah status: pending -> open _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue32848> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
