Message12117

Author jeff.allen
Recipients jeff.allen, thadguidry
Date 2018-09-22.16:33:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1537634013.99.0.956365154283.issue2705@psf.upfronthosting.co.za>
In-reply-to
Content
It's the same problem in general as #2656, arising from Java 9+. We aim to eliminate these from Jython 2.7.2, which I expect we shall release this year. The project has insufficient effort to go back to 2.5.x with fixes, so your route out is via 2.7.x, or stick at Java 8.

A 2.7.0 or 2.7.1 would not be better from this perspective right now, but if you were to use them experimentally it would help prepare your code (and make a step towards a hoped-for 3.x). If non-english text is important to you, as it seems it might, you'll find good and bad here, with str support for UTF-16 gone/broken and increasing conformance to the Python 2.7 model as we go on.

The org.python prefix is the result of repackaging Google code with jarjar as a way to manage dependence on a particular version. However, I feel sure that if you launched with --illegal-access=warn, there would be many others.
History
Date User Action Args
2018-09-22 16:33:33jeff.allensetmessageid: <1537634013.99.0.956365154283.issue2705@psf.upfronthosting.co.za>
2018-09-22 16:33:33jeff.allensetrecipients: + jeff.allen, thadguidry
2018-09-22 16:33:33jeff.allenlinkissue2705 messages
2018-09-22 16:33:33jeff.allencreate