Message12204

Author jeff.allen
Recipients jeff.allen, tpearson-raptor
Date 2018-12-12.06:47:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1544597253.3.0.788709270274.issue2718@psf.upfronthosting.co.za>
In-reply-to
Content
Further research. Support in Jython first appears here:
https://hg.python.org/jython/rev/f6b3ddbc1df8
on the eve of the release of 2.7.1, so if you're using 2.7.1 it ought to work but with 2.7.0 it won't.

The 2.7.1 JAR is hard to find (never understood why) and I'm also conscious of a bug that may discourage use in high-performance multiprocessor applications.

In relation to this being a jnr/jffi problem, this is relevant: https://github.com/jnr/jffi/pull/11, and the tangle of PRs and issues you can reach from it. Collectively, it looks like jnr/jffi support works.

If we assume jnr/jffi actually works, it may simply be that clients are using the 2.7.0 JAR.
History
Date User Action Args
2018-12-12 06:47:33jeff.allensetmessageid: <1544597253.3.0.788709270274.issue2718@psf.upfronthosting.co.za>
2018-12-12 06:47:33jeff.allensetrecipients: + jeff.allen, tpearson-raptor
2018-12-12 06:47:33jeff.allenlinkissue2718 messages
2018-12-12 06:47:31jeff.allencreate