Issue2260

classification
Title: Jython fails to start with Turkish locale
Type: Severity: normal
Components: Core Versions: Jython 2.7
Milestone:
process
Status: closed Resolution: duplicate
Dependencies: Superseder:
Assigned To: Nosy List: Arfrever, zyasoft
Priority: Keywords:

Created on 2015-01-22.02:04:15 by Arfrever, last changed 2015-01-22.20:31:26 by zyasoft.

Messages
msg9440 (view) Author: Arfrever Frehtes Taifersar Arahesis (Arfrever) Date: 2015-01-22.02:04:14
$ LC_ALL="tr_TR.UTF-8" jython2.7 -c 'pass'
Exception in thread "main" java.lang.IllegalArgumentException: Cannot create PyString with non-byte value
        at org.python.core.PyString.<init>(PyString.java:62)
        at org.python.core.PyString.<init>(PyString.java:68)
        at org.python.core.Py.newString(Py.java:627)
        at org.python.core.PySystemState.initBuiltins(PySystemState.java:1298)
        at org.python.core.PySystemState.doInitialize(PySystemState.java:1054)
        at org.python.core.PySystemState.initialize(PySystemState.java:980)
        at org.python.core.PySystemState.initialize(PySystemState.java:936)
        at org.python.core.PySystemState.initialize(PySystemState.java:931)
        at org.python.util.jython.run(jython.java:235)
        at org.python.util.jython.main(jython.java:145)
msg9442 (view) Author: Jim Baker (zyasoft) Date: 2015-01-22.20:31:26
Duplicate of #1874, although fixing #2037 made this fail earlier (as it should!)
History
Date User Action Args
2015-01-22 20:31:26zyasoftsetstatus: open -> closed
resolution: duplicate
messages: + msg9442
nosy: + zyasoft
2015-01-22 02:04:15Arfrevercreate