]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39595: Improve zipfile.Path performance (#18406)
authorJason R. Coombs <jaraco@jaraco.com>
Wed, 12 Feb 2020 02:58:47 +0000 (21:58 -0500)
committerGitHub <noreply@github.com>
Wed, 12 Feb 2020 02:58:47 +0000 (21:58 -0500)
commite5bd73632e77dc5ab0cab77e48e94ca5e354be8a
tree714f30a26206aeec8fd331b42ae095b638f216e5
parente6be9b59a911626d6597fe148c32f0342bd2bd24
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>
Lib/importlib/metadata.py
Lib/test/test_importlib/fixtures.py
Lib/test/test_importlib/stubs.py [new file with mode: 0644]
Lib/test/test_importlib/test_main.py
Lib/test/test_zipfile.py
Lib/zipfile.py
Misc/NEWS.d/next/Library/2020-02-07-23-14-14.bpo-39595.DHwddE.rst [new file with mode: 0644]