Message10517

Author teeohhem
Recipients teeohhem
Date 2015-12-08.16:26:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1449592012.96.0.559444278268.issue2440@psf.upfronthosting.co.za>
In-reply-to
Content
Jython should implement os.fork() for even better Twisted support. Now that Jython 2.7.1 will include os.pipe(), many Twisted tests and code branches will now fail because it gets further in the process where os.fork() is eventually called. Perhaps we should consider using java subprocesses for this behavior.
History
Date User Action Args
2015-12-08 16:26:53teeohhemsetrecipients: + teeohhem
2015-12-08 16:26:52teeohhemsetmessageid: <1449592012.96.0.559444278268.issue2440@psf.upfronthosting.co.za>
2015-12-08 16:26:52teeohhemlinkissue2440 messages
2015-12-08 16:26:52teeohhemcreate