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 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:29christian.heimessetrecipients: + christian.heimes, georg.brandl, beazley, pitrou, giampaolo.rodola
2008-12-06 22:30:29christian.heimessetmessageid: <1228602629.11.0.119030944911.issue4561@psf.upfronthosting.co.za>
2008-12-06 22:30:28christian.heimeslinkissue4561 messages
2008-12-06 22:30:27christian.heimescreate