Message 129878 - Python tracker
Message129878
| 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:06 | vstinner | set | recipients: + vstinner, gregory.p.smith, pitrou, giampaolo.rodola, neologix, Aaron.Sherman |
| 2011-03-02 11:53:06 | vstinner | set | messageid: <1299066786.63.0.510929898728.issue11314@psf.upfronthosting.co.za> |
| 2011-03-02 11:53:05 | vstinner | link | issue11314 messages |
| 2011-03-02 11:53:05 | vstinner | create | |