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.
Created on 2017年05月24日 23:06 by shubhar, last changed 2022年04月11日 14:58 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| issue905.diff | shubhar, 2017年05月24日 23:06 | patch which was applied to PyPy code base | ||
| Messages (3) | |||
|---|---|---|---|
| msg294411 - (view) | Author: Shubha Ramani (shubhar) * | Date: 2017年05月24日 23:06 | |
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. |
|||
| msg294462 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) | Date: 2017年05月25日 10:48 | |
This is the same as issue30468. It isn't worth to open separate issues for different versions. |
|||
| msg294489 - (view) | Author: Shubha Ramani (shubhar) * | Date: 2017年05月25日 15:21 | |
Please assign this bug to me. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:58:46 | admin | set | github: 74652 |
| 2017年05月25日 15:21:44 | shubhar | set | messages: + msg294489 |
| 2017年05月25日 10:48:42 | serhiy.storchaka | set | status: open -> closed superseder: Propagate zipfile.py pypy issue #905 patch to CPython 3.7 nosy: + serhiy.storchaka messages: + msg294462 resolution: duplicate stage: resolved |
| 2017年05月24日 23:08:39 | shubhar | set | title: Propagate zipfile.py pypy issue #905 patch to CPython -> Propagate zipfile.py pypy issue #905 patch to CPython 2.7 |
| 2017年05月24日 23:06:33 | shubhar | create | |