]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-143387: Raise an exception instead of returning None when metadata file is missing...
authorJason R. Coombs <jaraco@jaraco.com>
Mon, 23 Mar 2026 13:12:36 +0000 (09:12 -0400)
committerGitHub <noreply@github.com>
Mon, 23 Mar 2026 13:12:36 +0000 (09:12 -0400)
commitf5d47fceb0d8384eb4cd4bd294ae4bc09383d57c
tree3b6fb824f6e8d4726ebe16d2066c0226795d70e8
parent1114d7f7f874790f009c61cc14965888769bc198
gh-143387: Raise an exception instead of returning None when metadata file is missing. (#146234)
Lib/importlib/metadata/__init__.py
Lib/importlib/metadata/_context.py [new file with mode: 0644]
Lib/test/test_importlib/metadata/test_main.py
Misc/NEWS.d/next/Library/2026-03-20-16-17-31.gh-issue-143387.9Waopa.rst [new file with mode: 0644]