Message12326

Author jeff.allen
Recipients alanb, jeff.allen, stefan.richthofer
Date 2019-01-19.18:15:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1547921752.91.0.752943950526.issue2656@roundup.psfhosted.org>
In-reply-to
Content
@alanb It arises between code from the Python stdlib we don't want to change and jnr-posix. It disappears with --illegal-access=deny (since it is wrapped in try...except) so I'm not worried.

It looks almost feasible for us to have an os module in pure Java these days. As so often discussed, integer file descriptors are the snag, requiring some kind of (JyNI-compatible) cheat if Java is determined not to expose them. Not in 2.7.2, however.
History
Date User Action Args
2019-01-19 18:15:52jeff.allensetmessageid: <1547921752.91.0.752943950526.issue2656@roundup.psfhosted.org>
2019-01-19 18:15:52jeff.allensetrecipients: + jeff.allen, stefan.richthofer, alanb
2019-01-19 18:15:52jeff.allenlinkissue2656 messages
2019-01-19 18:15:52jeff.allencreate