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

STINNER Victor report at bugs.python.org
Wed Feb 24 04:54:28 EST 2016


STINNER Victor added the comment:

I reviewed unraisable-continue.v4.patch, comments on Rietveld.

Would it be possible to include at least the name of the exception type in the error message? It's less likely than writing Py_TYPE(obj)->tp_name failed, than error in exc.__str() no?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22836>
_______________________________________


More information about the Python-bugs-list mailing list