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 shashank
Recipients shashank
Date 2010-10-05.20:08:46
SpamBayes Score 0.00015247472
Marked as misclassified No
Message-id <1286309331.81.0.797536492786.issue10030@psf.upfronthosting.co.za>
In-reply-to
Content
As promised in this thread http://mail.python.org/pipermail/python-dev/2009-August/091450.html (a year ago!), attached is a patch that replaces simple zip decryption logic written in pure python with that in C.

As reported in the link above, this can result in speedups up to couple of orders of magnitude.

There doesn't seem to be any need to add any new tests as this patch doesn't change any public API
History
Date User Action Args
2010-10-05 20:08:51shashanksetrecipients: + shashank
2010-10-05 20:08:51shashanksetmessageid: <1286309331.81.0.797536492786.issue10030@psf.upfronthosting.co.za>
2010-10-05 20:08:50shashanklinkissue10030 messages
2010-10-05 20:08:50shashankcreate