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 dholth
Recipients alanmcintyre, dholth, loewis, serhiy.storchaka
Date 2013-07-20.17:36:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1374341763.9576.9223372036855100357.42E61FC1@webmail.messagingengine.com>
In-reply-to <1374336801.88.0.272749983229.issue18515@psf.upfronthosting.co.za>
Content
It takes 706 microseconds.

On my machine 

%timeit import sys; del sys.modules['zipfile']; import zipfile "import
zipfile"

takes 2.51 ms without the patch and 1.7 ms with the patch.

On Sat, Jul 20, 2013, at 12:13 PM, Serhiy Storchaka wrote:
> 
> Serhiy Storchaka added the comment:
> 
> How much time take it?
> 
> ----------
> 
> _______________________________________
> Python tracker <report@bugs.python.org>
> <http://bugs.python.org/issue18515>
> _______________________________________
History
Date User Action Args
2013-07-20 17:36:06dholthsetrecipients: + dholth, loewis, alanmcintyre, serhiy.storchaka
2013-07-20 17:36:06dholthlinkissue18515 messages
2013-07-20 17:36:06dholthcreate