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 serhiy.storchaka
Recipients benjamin.peterson, cstratak, ishcherb, serhiy.storchaka, vstinner
Date 2017-10-09.12:33:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1507552384.35.0.213398074469.issue31692@psf.upfronthosting.co.za>
In-reply-to
Content
Adding PYTHONSHOWALLOCCOUNT looks rather like a new feature to me. It is on to Bejaming to make a decision about this.

The difference between an environment variable and a command line option is that the former is inherited by children, and the latter is not (this can be considered a drawback or an advantage).

COUNT_ALLOCS is not the only option that spoils Python output. Py_TRACE_REFS adds even more noise to stderr, and this is a default option in debug build. How many tests are still left broken if just change the COUNT_ALLOCS output to stderr instead of stdout?
History
Date User Action Args
2017-10-09 12:33:04serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, benjamin.peterson, cstratak, ishcherb
2017-10-09 12:33:04serhiy.storchakasetmessageid: <1507552384.35.0.213398074469.issue31692@psf.upfronthosting.co.za>
2017-10-09 12:33:04serhiy.storchakalinkissue31692 messages
2017-10-09 12:33:04serhiy.storchakacreate