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 martin.panter
Recipients Arfrever, The Compiler, martin.panter, python-dev, r.david.murray, serhiy.storchaka, vstinner
Date 2016-02-28.04:17:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1456633077.43.0.473105352882.issue22836@psf.upfronthosting.co.za>
In-reply-to
Content
FTR Python 2’s exception report in __del__() is a bit different, here is what it now looks like:

>>> o = VeryBroken()
>>> del o
Exception __main__.BrokenStrException: <exception repr() failed> in <object repr() failed> ignored
History
Date User Action Args
2016-02-28 04:17:57martin.pantersetrecipients: + martin.panter, vstinner, Arfrever, r.david.murray, python-dev, serhiy.storchaka, The Compiler
2016-02-28 04:17:57martin.pantersetmessageid: <1456633077.43.0.473105352882.issue22836@psf.upfronthosting.co.za>
2016-02-28 04:17:57martin.panterlinkissue22836 messages
2016-02-28 04:17:56martin.pantercreate