[pypy-issue] [issue1634] Exception: ..unreadable backslash stuff..

Armin Rigo tracker at bugs.pypy.org
Sat Nov 16 19:14:54 CET 2013


Armin Rigo <armin.rigo at gmail.com> added the comment:

Fixed conservatively in ed5309c80fdf:

Use sys.stderr.encoding when printing exceptions in PyPy. Done by
adding an '_encoding' argument to some functions in the traceback.py
module, but not changing the default behavior of traceback.py
itself. This avoids as much as possible breaking anything that
explicitly uses traceback.py.

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1634>
________________________________________


More information about the pypy-issue mailing list