commit | e5bd73632e77dc5ab0cab77e48e94ca5e354be8a | [log] [tgz] |
---|---|---|
author | Jason R. Coombs <jaraco@jaraco.com> | Tue Feb 11 21:58:47 2020 -0500 |
committer | GitHub <noreply@github.com> | Tue Feb 11 21:58:47 2020 -0500 |
tree | 714f30a26206aeec8fd331b42ae095b638f216e5 | |
parent | e6be9b59a911626d6597fe148c32f0342bd2bd24 [diff] |
bpo-39595: Improve zipfile.Path performance (#18406) * Improve zipfile.Path performance on zipfiles with a large number of entries. * 📜🤖 Added by blurb_it. * Add bpo to blurb * Sync with importlib_metadata 1.5 (6fe70ca) * Update blurb. * Remove compatibility code * Add stubs module, omitted from earlier commit Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>