]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-120910: Fix issue resolving relative paths outside site-packages. (GH-12091...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 23 Jun 2024 17:30:08 +0000 (19:30 +0200)
committerGitHub <noreply@github.com>
Sun, 23 Jun 2024 17:30:08 +0000 (17:30 +0000)
commit6be1048e27f1f2eb35c45d17f3bb8760ec694550
tree25a987e84594f51cc009409b82f22340d60afb53
parentd6791cd9338e08a5b51d77e16009393f3781a4b5
[3.13] gh-120910: Fix issue resolving relative paths outside site-packages. (GH-120911) (#120917)

gh-120910: Fix issue resolving relative paths outside site-packages. (GH-120911)

Incorporates changes from importlib_metadata 7.2.1.
(cherry picked from commit 1ba0bb21ed4eb54023fdfccc9cb20be8fff946b1)

Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
Lib/importlib/metadata/__init__.py
Lib/test/test_importlib/metadata/fixtures.py
Lib/test/test_importlib/metadata/test_api.py
Misc/NEWS.d/next/Library/2024-06-23-11-21-27.gh-issue-120910.t0QXdB.rst [new file with mode: 0644]