[issue35274] Running print("\x98") then freeze in Interpreter

pmpp report at bugs.python.org
Mon Nov 19 10:22:45 EST 2018


pmpp <pmpp.pub at gmail.com> added the comment:

LC_ALL=en_US.UTF-8  on the ssh line is the culprit
unset LC_ALL , gives same lockup result.

but:

LC_ALL=C give sames results as vnc, where no locale was set.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35274>
_______________________________________


More information about the Python-bugs-list mailing list