Message4697

Author markacy
Recipients markacy, pjenvey
Date 2009-05-19.09:14:31
SpamBayes Score 4.1415876e-07
Marked as misclassified No
Message-id <1242724472.58.0.516578319347.issue1350@psf.upfronthosting.co.za>
In-reply-to
Content
So far it doesn't break anything :-) But I am trying to implement
termios module using jna under the hood, and because linux/unix termios
functions need an int file descriptor in order to work, I'm stuck. Since
fds are not going to be changed, I could use an advice on how can I
recognize if given jython fd is generated by sys.stdin.fileno(), etc, so
I could call termios methods with appropriate int fd.
History
Date User Action Args
2009-05-19 09:14:32markacysetmessageid: <1242724472.58.0.516578319347.issue1350@psf.upfronthosting.co.za>
2009-05-19 09:14:32markacysetrecipients: + markacy, pjenvey
2009-05-19 09:14:32markacylinkissue1350 messages
2009-05-19 09:14:31markacycreate