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 georg.brandl, gregory.p.smith, pitrou
Date 2011-01-25.14:30:08
SpamBayes Score 0.0062898495
Marked as misclassified No
Message-id <1295965809.48.0.183733964181.issue11006@psf.upfronthosting.co.za>
In-reply-to
Content
Since r87651, subprocess can raise a RuntimeWarning if pipe2() fails.
I'm not sure there's any point in that, since it's very low-level and it's nothing the user can do about anyway.

Ironically, there is no warning if pipe2() is not available at all.
History
Date User Action Args
2011-01-25 14:30:09pitrousetrecipients: + pitrou, georg.brandl, gregory.p.smith
2011-01-25 14:30:09pitrousetmessageid: <1295965809.48.0.183733964181.issue11006@psf.upfronthosting.co.za>
2011-01-25 14:30:08pitroulinkissue11006 messages
2011-01-25 14:30:08pitroucreate