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 shubhar
Recipients shubhar
Date 2017-05-24.23:06:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1495667193.48.0.845313681518.issue30467@psf.upfronthosting.co.za>
In-reply-to
Content
PyPy had a longstanding issue :
ZipFile.extractall is very slow compared to CPython 2.6

https://bitbucket.org/pypy/pypy/issues/905/zipfileextractall-is-very-slow-compared-to

which has been fixed in the PyPy code base. The changes were entirely in zipfile.py (see the attached patch for PyPy)

The patch fixed a significant performance bottleneck in PyPy.
History
Date User Action Args
2017-05-24 23:06:33shubharsetrecipients: + shubhar
2017-05-24 23:06:33shubharsetmessageid: <1495667193.48.0.845313681518.issue30467@psf.upfronthosting.co.za>
2017-05-24 23:06:33shubharlinkissue30467 messages
2017-05-24 23:06:33shubharcreate