]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39595: Improve zipfile.Path performance (GH-18406) (GH-18472)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 12 Feb 2020 03:21:32 +0000 (19:21 -0800)
committerGitHub <noreply@github.com>
Wed, 12 Feb 2020 03:21:32 +0000 (22:21 -0500)
commited4d263e8767b0e4c47df99141b500d36ce0275d
tree8abdb2a3ca1b863c451dbcca0be73b165dc605a1
parent190433d8150bf719fa0ba972dbacf2214942f54e
bpo-39595: Improve zipfile.Path performance (GH-18406) (GH-18472)

* 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>
(cherry picked from commit e5bd73632e77dc5ab0cab77e48e94ca5e354be8a)

Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
Co-authored-by: Jason R. Coombs <jaraco@jaraco.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]