Message11951

Author jeff.allen
Recipients jeff.allen
Date 2018-05-07.07:36:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1525678603.76.0.682650639539.issue2656@psf.upfronthosting.co.za>
In-reply-to
Content
Upgrading jnr-posix to 3.0.44 has reduced the number of occurrences. test_java_integration passes, as Mark Reinhold's shouting no longer drowns out Rover's 42 barks.

In other places, I'm beginning to wonder if we can really quiet the code. If we insist on getting a real C API file descriptor, and it only exists in a private field, it's bound to involve private members like java.io.FileDescriptor.fd and sun.nio.ch.SelChImpl.getFD(). See also #2679, peeled off from this issue. Maybe jnr.posix, netty and the like will have to provide a DLL in the way JLine does?

Ideally, Jython would run perfectly well on a standard Java API anything further is an opt-in.  We've always stayed very close to that ideal.
History
Date User Action Args
2018-05-07 07:36:43jeff.allensetmessageid: <1525678603.76.0.682650639539.issue2656@psf.upfronthosting.co.za>
2018-05-07 07:36:43jeff.allensetrecipients: + jeff.allen
2018-05-07 07:36:43jeff.allenlinkissue2656 messages
2018-05-07 07:36:43jeff.allencreate