Message9440

Author Arfrever
Recipients Arfrever
Date 2015-01-22.02:04:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1421892256.02.0.594300112383.issue2260@psf.upfronthosting.co.za>
In-reply-to
Content
$ 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)
History
Date User Action Args
2015-01-22 02:04:16Arfreversetrecipients: + Arfrever
2015-01-22 02:04:16Arfreversetmessageid: <1421892256.02.0.594300112383.issue2260@psf.upfronthosting.co.za>
2015-01-22 02:04:15Arfreverlinkissue2260 messages
2015-01-22 02:04:14Arfrevercreate