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 kaizhu
Recipients georg.brandl, gregory.p.smith, kaizhu, loewis
Date 2011-01-02.14:08:27
SpamBayes Score 0.041950047
Marked as misclassified No
Message-id <1293977329.24.0.406924039429.issue10802@psf.upfronthosting.co.za>
In-reply-to
Content
hi martin, did an strace & the 'not implemented' system call was pipe2()

pipe2 exists in libc (checked w/ ctypes), but is broken for old linux kernels as mentioned previously.
History
Date User Action Args
2011-01-02 14:08:49kaizhusetrecipients: + kaizhu, loewis, georg.brandl, gregory.p.smith
2011-01-02 14:08:49kaizhusetmessageid: <1293977329.24.0.406924039429.issue10802@psf.upfronthosting.co.za>
2011-01-02 14:08:28kaizhulinkissue10802 messages
2011-01-02 14:08:28kaizhucreate