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-09.13:49:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1507556999.39.0.213398074469.issue31692@psf.upfronthosting.co.za>
In-reply-to
Content
> How many tests are still left broken if just change the COUNT_ALLOCS output to stderr instead of stdout?

That's my first PR: PR 3910.


> 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.

Again, I created bpo-31733 to propose to make this *super annoying* [xxx refs] line *by default*. It makes this issue more consistent ;-)
History
Date User Action Args
2017-10-09 13:49:59vstinnersetrecipients: + vstinner, benjamin.peterson, serhiy.storchaka, cstratak, ishcherb
2017-10-09 13:49:59vstinnersetmessageid: <1507556999.39.0.213398074469.issue31692@psf.upfronthosting.co.za>
2017-10-09 13:49:59vstinnerlinkissue31692 messages
2017-10-09 13:49:59vstinnercreate