Message8143

Author pjenvey
Recipients cdleonard, pjenvey
Date 2013-10-03.17:00:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1380819612.05.0.36312783418.issue2096@psf.upfronthosting.co.za>
In-reply-to
Content
This is a known issue: the original problem was subprocess was built for Jython 2.5 which ran on a minimum Java 5. There's no easy way to have a child process to inherit file handles from the parent w/ pure Java on Java 5 or 6

Java 7 finally added support for this
History
Date User Action Args
2013-10-03 17:00:12pjenveysetmessageid: <1380819612.05.0.36312783418.issue2096@psf.upfronthosting.co.za>
2013-10-03 17:00:12pjenveysetrecipients: + pjenvey, cdleonard
2013-10-03 17:00:12pjenveylinkissue2096 messages
2013-10-03 17:00:11pjenveycreate