This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author skrah
Recipients Aaron Michaux, skrah, terry.reedy
Date 2017-09-22.18:12:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1506103968.7.0.0692062690041.issue31494@psf.upfronthosting.co.za>
In-reply-to
Content
Also, I don't think --with-pydebug works well with valgrind.

It's either:
   1) --with-pydebug
   2) CFLAGS="-O0 -g" --with-valgrind
   3) CFLAGS="-O0 -g" --without-pymalloc

Combining 2) and 3) probably does not hurt, but is not necessary.
History
Date User Action Args
2017-09-22 18:12:48skrahsetrecipients: + skrah, terry.reedy, Aaron Michaux
2017-09-22 18:12:48skrahsetmessageid: <1506103968.7.0.0692062690041.issue31494@psf.upfronthosting.co.za>
2017-09-22 18:12:48skrahlinkissue31494 messages
2017-09-22 18:12:48skrahcreate