[issue22836] Broken "Exception ignored in:" message on exceptions in __repr__

Martin Panter report at bugs.python.org
Sat Feb 27 23:17:57 EST 2016


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 <report at bugs.python.org>
<http://bugs.python.org/issue22836>
_______________________________________


More information about the Python-bugs-list mailing list