]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-109653: Defer import of ``importlib.metadata._adapters`` (#109829)
authorAdam Turner <9087854+AA-Turner@users.noreply.github.com>
Thu, 21 Mar 2024 03:49:10 +0000 (03:49 +0000)
committerGitHub <noreply@github.com>
Thu, 21 Mar 2024 03:49:10 +0000 (03:49 +0000)
commit6547330f4e896c6748da23704b617e060e6cc68e
tree9d976caf58337d2247500e41b2cdfb192c164dc6
parent667294d5b2ee812ebe0c9c1efd58e2006b61f827
GH-109653: Defer import of ``importlib.metadata._adapters`` (#109829)

* adapters

* Add comments for deferred imports with links to rationale.

* Add blurb

---------

Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
Lib/importlib/metadata/__init__.py
Lib/importlib/resources/_common.py
Misc/NEWS.d/next/Library/2024-03-20-23-07-58.gh-issue-109653.uu3lrX.rst [new file with mode: 0644]