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 vstinner
Recipients Aaron.Sherman, giampaolo.rodola, gregory.p.smith, neologix, pitrou, vstinner
Date 2011-03-02.11:53:05
SpamBayes Score 0.0017828769
Marked as misclassified No
Message-id <1299066786.63.0.510929898728.issue11314@psf.upfronthosting.co.za>
In-reply-to
Content
subprocess_errpipe_buffer.patch: Patch for 2.7 which improve by 30% the dummy benchmark (run /bin/false 10,000 times). It avoids the creation of the 1 MB buffer: start with a buffer of a single byte (just to check if there is data or if the pipe was closed).
History
Date User Action Args
2011-03-02 11:53:06vstinnersetrecipients: + vstinner, gregory.p.smith, pitrou, giampaolo.rodola, neologix, Aaron.Sherman
2011-03-02 11:53:06vstinnersetmessageid: <1299066786.63.0.510929898728.issue11314@psf.upfronthosting.co.za>
2011-03-02 11:53:05vstinnerlinkissue11314 messages
2011-03-02 11:53:05vstinnercreate