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:56:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1457960167.77.0.231203290511.issue26516@psf.upfronthosting.co.za>
In-reply-to
Content
Note: I just checked PYTHONMALLOCSTATS=1 with -X tracemalloc. It looks like it works as expected. Tracemalloc hooks are unregistered before stats are displayed at exit, _Pymem_PymallocEnabled() returns 1 as expected.
History
Date User Action Args
2016-03-14 12:56:07vstinnersetrecipients: + vstinner, lemburg, python-dev, serhiy.storchaka
2016-03-14 12:56:07vstinnersetmessageid: <1457960167.77.0.231203290511.issue26516@psf.upfronthosting.co.za>
2016-03-14 12:56:07vstinnerlinkissue26516 messages
2016-03-14 12:56:07vstinnercreate