-
-
Notifications
You must be signed in to change notification settings - Fork 31.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[bpo-45765] Fix distribution discovery on empty path. #29487
Conversation
f827fce
to
eaa886b
Compare
Note that although this change does not have any tests, it does have corresponding tests in importlib_metadata as a doctest, a test that wouldn't have any effect here and will be included in a future update for Python 3.11. |
Thanks @jaraco for the PR 🌮🎉.. I'm working now to backport this PR to: 3.9, 3.10. |
@jaraco: Please replace |
Sorry, @jaraco, I could not cleanly backport this to |
(cherry picked from commit 6ec0dec) Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
GH-29510 is a backport of this pull request to the 3.10 branch. |
GH-29511 is a backport of this pull request to the 3.9 branch. |
https://bugs.python.org/issue45765
Automerge-Triggered-By: GH:jaraco