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 brian.curtin, chris.jerdonek, ezio.melotti, gregory.p.smith, pitrou
Date 2013-03-20.10:10:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1363774259.39.0.117489448223.issue17323@psf.upfronthosting.co.za>
In-reply-to
Content
Attached updated patch with docs and tests.
I changed the function to do the equivalent of "if sys._xoptions.get('showrefcount', False):" as proposed in msg183608.
Adding -X showrefcount to non-debug builds could be covered in a separate issue.
Cleaning up the test suite to avoid checking for the refcounts in stderr can also be done in a separate commit if necessary.
History
Date User Action Args
2013-03-20 10:10:59ezio.melottisetrecipients: + ezio.melotti, gregory.p.smith, pitrou, brian.curtin, chris.jerdonek
2013-03-20 10:10:59ezio.melottisetmessageid: <1363774259.39.0.117489448223.issue17323@psf.upfronthosting.co.za>
2013-03-20 10:10:59ezio.melottilinkissue17323 messages
2013-03-20 10:10:59ezio.melotticreate