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 benjamin.peterson, cstratak, ishcherb, serhiy.storchaka, vstinner
Date 2017-10-17.10:03:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1508234582.11.0.213398074469.issue31692@psf.upfronthosting.co.za>
In-reply-to
Content
Python 2.7.15 will require to compile Python with COUNT_ALLOCS defined *and* to set the PYTHONSHOWALLOCCOUNT environment variable (ex: PYTHONSHOWALLOCCOUNT=1) to dump allocation counts. Moreover, counts are now dumped into stderr, instead of stdout.

Python 2.7 test suite now pass when Python is compiled with COUNT_ALLOCS.

Python 2.7 test suite doens't pass with PYTHONSHOWALLOCCOUNT set. I don't think that it's worth it to fix this case.
History
Date User Action Args
2017-10-17 10:03:02vstinnersetrecipients: + vstinner, benjamin.peterson, serhiy.storchaka, cstratak, ishcherb
2017-10-17 10:03:02vstinnersetmessageid: <1508234582.11.0.213398074469.issue31692@psf.upfronthosting.co.za>
2017-10-17 10:03:02vstinnerlinkissue31692 messages
2017-10-17 10:03:01vstinnercreate