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 catalin.iacob
Recipients Goplat, brett.cannon, catalin.iacob, eric.snow, serhiy.storchaka, ysj.ray
Date 2013-01-06.21:05:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1357506341.0.0.87502395773.issue8745@psf.upfronthosting.co.za>
In-reply-to
Content
Attached v4 of patch with error checking for getc and some more comments.

A real world example of the speedup is Calibre (http://calibre-ebook.com/) which on Windows comes with its own code, its dependecies and Python's stdlib all bundled in a 40MB zip. With the patch the time to create a zipimporter instance from that zip drops from around 60ms to around 15ms.
History
Date User Action Args
2013-01-06 21:05:41catalin.iacobsetrecipients: + catalin.iacob, brett.cannon, ysj.ray, Goplat, eric.snow, serhiy.storchaka
2013-01-06 21:05:41catalin.iacobsetmessageid: <1357506341.0.0.87502395773.issue8745@psf.upfronthosting.co.za>
2013-01-06 21:05:40catalin.iacoblinkissue8745 messages
2013-01-06 21:05:40catalin.iacobcreate