Message 77177 - Python tracker (original) (raw)
Message77177
Author | christian.heimes |
---|---|
Recipients | beazley, christian.heimes, georg.brandl, giampaolo.rodola, pitrou |
Date | 2008-12-06.22:30:27 |
SpamBayes Score | 0.02940616 |
Marked as misclassified | No |
Message-id | 1228602629.11.0.119030944911.issue4561@psf.upfronthosting.co.za |
In-reply-to |
Content |
---|
I'll come up with some reading benchmarks tomorrow. For now here is a benchmark of write(). You can clearly see the excessive usage of closed, len() and isinstance(). |
History | |||
---|---|---|---|
Date | User | Action | Args |
2008-12-06 22:30:29 | christian.heimes | set | recipients: + christian.heimes, georg.brandl, beazley, pitrou, giampaolo.rodola |
2008-12-06 22:30:29 | christian.heimes | set | messageid: 1228602629.11.0.119030944911.issue4561@psf.upfronthosting.co.za |
2008-12-06 22:30:28 | christian.heimes | link | issue4561 messages |
2008-12-06 22:30:27 | christian.heimes | create |