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 alex, berker.peksag, brett.cannon, ezio.melotti, matrixise, serhiy.storchaka, vstinner
Date 2015-10-01.22:27:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1443738425.17.0.0900750608662.issue25256@psf.upfronthosting.co.za>
In-reply-to
Content
FYI the sys module has 5 more symbols when CPython is compiled in debug mode:

* getobjects()
* gettotalrefcount()
* last_traceback, last_type, last_value
History
Date User Action Args
2015-10-01 22:27:05vstinnersetrecipients: + vstinner, brett.cannon, ezio.melotti, alex, berker.peksag, serhiy.storchaka, matrixise
2015-10-01 22:27:05vstinnersetmessageid: <1443738425.17.0.0900750608662.issue25256@psf.upfronthosting.co.za>
2015-10-01 22:27:05vstinnerlinkissue25256 messages
2015-10-01 22:27:05vstinnercreate