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 ronaldoussoren
Recipients hughsw, loewis, ronaldoussoren
Date 2009-12-01.15:47:46
SpamBayes Score 3.7027978e-06
Marked as misclassified No
Message-id <1259682468.55.0.428251191293.issue7401@psf.upfronthosting.co.za>
In-reply-to
Content
Hugh: never mind ....


There is a workaround for this issue: use socketpair(2) instead of 
pipe(2). I haven't thought enough about the consequences yet to have an 
firm opinion on implementing os.pipe using socketpair(2) on OSX. My gut 
feeling is that we shouldn't because pipes and sockets can have slightly 
different behavior, especially w.r.t. buffering.

As a workaround for this issue you can at least use socket.socketpair 
instead of os.pipe.
History
Date User Action Args
2009-12-01 15:47:48ronaldoussorensetrecipients: + ronaldoussoren, loewis, hughsw
2009-12-01 15:47:48ronaldoussorensetmessageid: <1259682468.55.0.428251191293.issue7401@psf.upfronthosting.co.za>
2009-12-01 15:47:47ronaldoussorenlinkissue7401 messages
2009-12-01 15:47:46ronaldoussorencreate