Message9395

Author pekka.klarck
Recipients pekka.klarck
Date 2015-01-14.20:17:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1421266631.47.0.612083113737.issue2252@psf.upfronthosting.co.za>
In-reply-to
Content
So far only tested on Linux. Can be reproduced, for example, as follows:

$ jython -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.PySystemState.initArgv(PySystemState.java:1133)
	at org.python.core.PySystemState.doInitialize(PySystemState.java:1052)
	at org.python.core.PySystemState.initialize(PySystemState.java:973)
	at org.python.core.PySystemState.initialize(PySystemState.java:929)
	at org.python.core.PySystemState.initialize(PySystemState.java:924)
	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-14 20:17:11pekka.klarcksetrecipients: + pekka.klarck
2015-01-14 20:17:11pekka.klarcksetmessageid: <1421266631.47.0.612083113737.issue2252@psf.upfronthosting.co.za>
2015-01-14 20:17:11pekka.klarcklinkissue2252 messages
2015-01-14 20:17:11pekka.klarckcreate