Message4692

Author pjenvey
Recipients markacy, pjenvey
Date 2009-05-18.04:48:36
SpamBayes Score 2.2497187e-10
Marked as misclassified No
Message-id <1242622119.2.0.151750370841.issue1350@psf.upfronthosting.co.za>
In-reply-to
Content
This is intentional as Java doesn't provide us direct access to real int 
fds

Emulating them as ints is possible but doesn't seem worth the effort, at 
least for the moment. The only real apparent issue is the std 
descriptors 0/1/2 are sometimes passed around. We've fixed os.isatty to 
recognize them and handle them appropriately, but some other functions 
may need similar workarounds

Does our current implementation actually break anything? All the related 
stdlib tests should be passing. If so, please reopen this and provide a 
specific use case (preferably a test)
History
Date User Action Args
2009-05-18 04:48:39pjenveysetmessageid: <1242622119.2.0.151750370841.issue1350@psf.upfronthosting.co.za>
2009-05-18 04:48:39pjenveysetrecipients: + pjenvey, markacy
2009-05-18 04:48:38pjenveylinkissue1350 messages
2009-05-18 04:48:36pjenveycreate