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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, gregory.p.smith, ocean-city, r.david.murray
Date 2009-07-09.22:44:43
SpamBayes Score 0.0001479186
Marked as misclassified No
Message-id <1247179485.56.0.544086539756.issue6416@psf.upfronthosting.co.za>
In-reply-to
Content
PIPE_BUF was introduced for the subprocess module to use it... on posix 
platforms only.
r73916 (trunk) and r73917 (py3k) add the suggested #ifdef, and also fix 
test_subprocess.
History
Date User Action Args
2009-07-09 22:44:45amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, gregory.p.smith, ocean-city, r.david.murray
2009-07-09 22:44:45amaury.forgeotdarcsetmessageid: <1247179485.56.0.544086539756.issue6416@psf.upfronthosting.co.za>
2009-07-09 22:44:43amaury.forgeotdarclinkissue6416 messages
2009-07-09 22:44:43amaury.forgeotdarccreate