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, pitrou
Date 2013-04-24.19:21:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1366831296.22.0.531641459387.issue17835@psf.upfronthosting.co.za>
In-reply-to
Content
>>> import fcntl, os
>>> r, w = os.pipe()
>>> fcntl.fcntl(w, 1032)
1048576
History
Date User Action Args
2013-04-24 19:21:36David.Edelsohnsetrecipients: + David.Edelsohn, pitrou
2013-04-24 19:21:36David.Edelsohnsetmessageid: <1366831296.22.0.531641459387.issue17835@psf.upfronthosting.co.za>
2013-04-24 19:21:36David.Edelsohnlinkissue17835 messages
2013-04-24 19:21:36David.Edelsohncreate