Martin Panter added the comment: 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 ---------- resolution: -> fixed stage: commit review -> resolved status: open -> closed _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue22836> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com