[issue21134] Segfault when stringifying UnicodeEncodeError (or UnicodeDecodeError) created with __new__()

STINNER Victor report at bugs.python.org
Wed Apr 2 19:11:36 CEST 2014


STINNER Victor added the comment:

Benjamin: I don't like your change. You silently ignore the error. I would prefer to raise an exception on str(exc) if the Unicode exception object was not properly initialized.

----------
resolution: fixed -> 
status: closed -> open

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


More information about the Python-bugs-list mailing list