Armin Rigo <[email protected]> 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 <[email protected]> <https://bugs.pypy.org/issue1634> ________________________________________ _______________________________________________ pypy-issue mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-issue
