This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author David.Edelsohn
Recipients David.Edelsohn, neologix, pitrou
Date 2013-04-24.19:26:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1366831586.13.0.182899004556.issue17835@psf.upfronthosting.co.za>
In-reply-to
Content
>>> r, w = os.pipe()
>>> fcntl.fcntl(r, 1031, 1000)
65536
History
Date User Action Args
2013-04-24 19:26:26David.Edelsohnsetrecipients: + David.Edelsohn, pitrou, neologix
2013-04-24 19:26:26David.Edelsohnsetmessageid: <1366831586.13.0.182899004556.issue17835@psf.upfronthosting.co.za>
2013-04-24 19:26:26David.Edelsohnlinkissue17835 messages
2013-04-24 19:26:26David.Edelsohncreate