Issue39595
Created on 2020-02-09 21:01 by jaraco, last changed 2020-02-12 03:22 by jaraco. This issue is now closed.
| Pull Requests | |||
|---|---|---|---|
| URL | Status | Linked | Edit |
| PR 18406 | merged | jaraco, 2020-02-09 21:16 | |
| PR 18472 | merged | miss-islington, 2020-02-12 02:59 | |
| Messages (3) | |||
|---|---|---|---|
| msg361663 - (view) | Author: Jason R. Coombs (jaraco) * | Date: 2020-02-09 21:01 | |
As reported in [jaraco/zipp#32](https://github.com/jaraco/zipp/issues/32), performance of zipfile.Path is inadequate. This bug tracks the incorporation of those improvements as well as those in [importlib_metadata 1.5](https://importlib-metadata.readthedocs.io/en/latest/changelog%20(links).html#v1-5-0). |
|||
| msg361861 - (view) | Author: Jason R. Coombs (jaraco) * | Date: 2020-02-12 02:58 | |
New changeset e5bd73632e77dc5ab0cab77e48e94ca5e354be8a by Jason R. Coombs in branch 'master': bpo-39595: Improve zipfile.Path performance (#18406) https://github.com/python/cpython/commit/e5bd73632e77dc5ab0cab77e48e94ca5e354be8a |
|||
| msg361862 - (view) | Author: Jason R. Coombs (jaraco) * | Date: 2020-02-12 03:21 | |
New changeset ed4d263e8767b0e4c47df99141b500d36ce0275d by Miss Islington (bot) in branch '3.8': bpo-39595: Improve zipfile.Path performance (GH-18406) (GH-18472) https://github.com/python/cpython/commit/ed4d263e8767b0e4c47df99141b500d36ce0275d |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2020-02-12 03:22:02 | jaraco | set | status: open -> closed resolution: fixed stage: patch review -> resolved |
| 2020-02-12 03:21:35 | jaraco | set | messages: + msg361862 |
| 2020-02-12 02:59:53 | miss-islington | set | pull_requests: + pull_request17840 |
| 2020-02-12 02:58:51 | jaraco | set | messages: + msg361861 |
| 2020-02-09 21:16:15 | jaraco | set | keywords:
+ patch stage: patch review pull_requests: + pull_request17802 |
| 2020-02-09 21:01:31 | jaraco | set | assignee: jaraco |
| 2020-02-09 21:01:21 | jaraco | create | |