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 ezio.melotti
Recipients ezio.melotti
Date 2013-03-01.08:16:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1362125769.07.0.506127363333.issue17323@psf.upfronthosting.co.za>
In-reply-to
Content
I suggest to disable the [X refs, Y blocks] ouput in debug builds by default, and provide an option to enable it if/when necessary.
Most of the time these values are not necessary, and they end up getting in the way while copy/pasting code from the interpreter and/or running tests (we even have a function in test.support to get rid of them).
They are sometimes useful while investigating refleaks, so there should still be an option to enable it.  I'm not sure what would be the best way to do it (a new python flag?).
History
Date User Action Args
2013-03-01 08:16:09ezio.melottisetrecipients: + ezio.melotti
2013-03-01 08:16:09ezio.melottisetmessageid: <1362125769.07.0.506127363333.issue17323@psf.upfronthosting.co.za>
2013-03-01 08:16:08ezio.melottilinkissue17323 messages
2013-03-01 08:16:08ezio.melotticreate