]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-116811: Ensure MetadataPathFinder.invalidate_caches is reachable when delegated...
authorJason R. Coombs <jaraco@jaraco.com>
Thu, 14 Mar 2024 21:59:00 +0000 (17:59 -0400)
committerGitHub <noreply@github.com>
Thu, 14 Mar 2024 21:59:00 +0000 (17:59 -0400)
commit5f52d20a93908196f74271db8437cc1ba7e1e262
tree4e18f6819f86ebd9f1cfcdcf4211081fdae87ec9
parentbe59aaf3abec37b27bdb31fadf433665e5471a46
gh-116811: Ensure MetadataPathFinder.invalidate_caches is reachable when delegated through PathFinder. (#116812)

* Make MetadataPathFinder a proper classmethod.

* In PathFinder.invalidate_caches, also invoke MetadataPathFinder.invalidate_caches.

* Add blurb
Lib/importlib/_bootstrap_external.py
Lib/importlib/metadata/__init__.py
Misc/NEWS.d/next/Library/2024-03-14-10-01-23.gh-issue-116811._h5iKP.rst [new file with mode: 0644]