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 nestor, pitrou
Date 2009-06-20.18:31:32
SpamBayes Score 0.012489733
Marked as misclassified No
Message-id <1245522693.93.0.428544930022.issue6236@psf.upfronthosting.co.za>
In-reply-to
Content
Just before, could you try to type the following commands:

>>> r, w = os.pipe()
>>> os.lseek(r, 0, 1)
History
Date User Action Args
2009-06-20 18:31:34pitrousetrecipients: + pitrou, nestor
2009-06-20 18:31:33pitrousetmessageid: <1245522693.93.0.428544930022.issue6236@psf.upfronthosting.co.za>
2009-06-20 18:31:32pitroulinkissue6236 messages
2009-06-20 18:31:32pitroucreate