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 vstinner
Recipients lemburg, python-dev, serhiy.storchaka, vstinner
Date 2016-03-14.12:45:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1457959559.01.0.708625380584.issue26516@psf.upfronthosting.co.za>
In-reply-to
Content
I reworked my patch before pushing it:

* it now respects -E and -I command line options
* I documented changes in Doc/, Misc/NEWS, What's New in Python 3.6, Misc/README.valgrind, etc.
* Debug hooks are now also installed when Python is compiled in debug mode without pymalloc
* PYTHONMALLOCSTATS is now ignored if the allocator if pymalloc is not used
* PYTHONMALLOC is ignored if it's an empty string
History
Date User Action Args
2016-03-14 12:45:59vstinnersetrecipients: + vstinner, lemburg, python-dev, serhiy.storchaka
2016-03-14 12:45:59vstinnersetmessageid: <1457959559.01.0.708625380584.issue26516@psf.upfronthosting.co.za>
2016-03-14 12:45:58vstinnerlinkissue26516 messages
2016-03-14 12:45:58vstinnercreate