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 pitrou
Recipients David.Edelsohn, pitrou
Date 2013-04-24.19:16:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
What does the following say for you?

>>> import fcntl, os
>>> r, w = os.pipe()
>>> fcntl.fcntl(w, 1032)
History
Date User Action Args
2013-04-24 19:16:03pitrousetrecipients: + pitrou, David.Edelsohn
2013-04-24 19:16:03pitrousetmessageid: <[email protected]>
2013-04-24 19:16:03pitroulinkissue17835 messages
2013-04-24 19:16:03pitroucreate