]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-120910: Fix issue resolving relative paths outside site-packages. (GH-12091...
authorJason R. Coombs <jaraco@jaraco.com>
Sun, 23 Jun 2024 17:30:18 +0000 (13:30 -0400)
committerGitHub <noreply@github.com>
Sun, 23 Jun 2024 17:30:18 +0000 (17:30 +0000)
commitdaef7de36f06b5259ab68c8efe339e4fdf1dec8f
treedcc93e1f9aea5220f09ddd73a9f439c43b502b9a
parent673cabc23b268374a96cc7b630654879df43fdd9
[3.12] gh-120910: Fix issue resolving relative paths outside site-packages. (GH-120911) (#120918)

Incorporates changes from importlib_metadata 7.2.1.
(cherry picked from commit 1ba0bb21ed4eb54023fdfccc9cb20be8fff946b1)
Lib/importlib/metadata/__init__.py
Lib/test/test_importlib/fixtures.py
Lib/test/test_importlib/test_metadata_api.py
Misc/NEWS.d/next/Library/2024-06-23-11-21-27.gh-issue-120910.t0QXdB.rst [new file with mode: 0644]