]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44246: Entry points performance improvements. (GH-26467)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 31 May 2021 16:12:32 +0000 (09:12 -0700)
committerGitHub <noreply@github.com>
Mon, 31 May 2021 16:12:32 +0000 (09:12 -0700)
commitd1480ad2f5d5f02ecbe4b4091e8c428ddfa39ff6
tree34838d44cf39300df97c51db9512e85f8b9eb0f6
parent3f592c3665869f4585c2e05cd4f96b4a9df8d72f
bpo-44246: Entry points performance improvements. (GH-26467)

From importlib_metadata 4.3.1.
(cherry picked from commit 410b70d39d9d77384f8b8597560f6731530149ca)

Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
Lib/importlib/metadata/__init__.py
Lib/test/test_importlib/test_zip.py
Misc/NEWS.d/next/Library/2021-05-31-11-28-03.bpo-44246.nhmt-v.rst [new file with mode: 0644]