New issue 2638: pypy3 UnicodeDecodeError on start interactive shell https://bitbucket.org/pypy/pypy/issues/2638/pypy3-unicodedecodeerror-on-start
chrys: Howdy, I pypy3 on my Archbox to use it. Its amazing! But for me it creates an trace at running pypy3 from bash. (but it still opens, and runs, so no crash at all). I mark is as minor since the application is still runnable. here is the trace trance (first line is my bashprompt mabye it has problems with the "✓" somehow?): 16:38 [user@host~] ✓$ pypy3 Python 3.5.3 (a37ecfe5f142bc971a86d17305cc5d1d70abec64, Jun 12 2017, 16:41:39) [PyPy 5.8.0-beta0 with GCC 7.1.1 20170528] on linux Type "help", "copyright", "credits" or "license" for more information. Traceback (most recent call last): File "/opt/pypy3/lib-python/3/site.py", line 430, in register_readline readline.read_history_file(history) File "/opt/pypy3/lib_pypy/pyrepl/readline.py", line 322, in read_history_file for line in f: File "/opt/pypy3/lib-python/3/codecs.py", line 321, in decode (result, consumed) = self._buffer_decode(data, self.errors, final) UnicodeDecodeError: 'utf8' codec can't decode byte 0xe2 in position 80: invalid continuation byte And now for something completely different: ``happy PyPy's year 2010!'' >>>> _______________________________________________ pypy-issue mailing list pypy-issue@python.org https://mail.python.org/mailman/listinfo/pypy-issue