[issue5667] Interpreter fails to initialize on build dir when IO encoding is one of CJK

STINNER Victor report at bugs.python.org
Tue Feb 14 05:03:31 EST 2017


STINNER Victor added the comment:

I'm unable to reproduce the bug. It seems like it was fixed since 8 years ;-)

haypo at selma$ LC_ALL=ko_KR.eucKR ./python
Python 3.7.0a0 (default, Feb 14 2017, 10:48:09) 
[GCC 6.3.1 20161221 (Red Hat 6.3.1-1)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> 

haypo at selma$ LC_ALL=ko_KR.eucKR ./python -S
Python 3.7.0a0 (default, Feb 14 2017, 10:48:09) 
[GCC 6.3.1 20161221 (Red Hat 6.3.1-1)] on linux
>>>

----------
nosy: +haypo
resolution:  -> fixed
stage:  -> resolved
status: open -> closed

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


More information about the Python-bugs-list mailing list