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:08:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1495667292.64.0.95835937286.issue30468@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:08:12shubharsetrecipients: + shubhar
2017-05-24 23:08:12shubharsetmessageid: <1495667292.64.0.95835937286.issue30468@psf.upfronthosting.co.za>
2017-05-24 23:08:12shubharlinkissue30468 messages
2017-05-24 23:08:12shubharcreate