Skip to content
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

Merged
merged 1 commit into from
Nov 9, 2021

Conversation

jaraco
Copy link
Member

@jaraco jaraco commented Nov 9, 2021

https://bugs.python.org/issue45765

Automerge-Triggered-By: GH:jaraco

@jaraco jaraco force-pushed the bpo-45765/metadata-distribution-empty-path branch from f827fce to eaa886b Compare November 9, 2021 14:04
@jaraco
Copy link
Member Author

jaraco commented Nov 9, 2021

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.

@jaraco jaraco merged commit 6ec0dec into main Nov 9, 2021
@jaraco jaraco deleted the bpo-45765/metadata-distribution-empty-path branch November 9, 2021 23:49
@miss-islington
Copy link
Contributor

Thanks @jaraco for the PR 🌮🎉.. I'm working now to backport this PR to: 3.9, 3.10.
🐍🍒⛏🤖

@bedevere-bot
Copy link

@jaraco: Please replace # with GH- in the commit message next time. Thanks!

@miss-islington
Copy link
Contributor

Sorry, @jaraco, I could not cleanly backport this to 3.9 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker 6ec0dec7b7b50d4fee5b2b66cf38e4291bcdf44c 3.9

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Nov 9, 2021
(cherry picked from commit 6ec0dec)

Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
@bedevere-bot
Copy link

GH-29510 is a backport of this pull request to the 3.10 branch.

@bedevere-bot bedevere-bot removed the needs backport to 3.10 only security fixes label Nov 9, 2021
jaraco added a commit that referenced this pull request Nov 9, 2021
(cherry picked from commit 6ec0dec)

Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
@bedevere-bot bedevere-bot removed the needs backport to 3.9 only security fixes label Nov 9, 2021
@bedevere-bot
Copy link

GH-29511 is a backport of this pull request to the 3.9 branch.

jaraco added a commit that referenced this pull request Nov 13, 2021
…. (GH-29511)

(cherry picked from commit 6ec0dec)

Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
jaraco added a commit that referenced this pull request Nov 13, 2021
…29510)

(cherry picked from commit 6ec0dec)

Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>

Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
remykarem pushed a commit to remykarem/cpython that referenced this pull request Dec 7, 2021
remykarem pushed a commit to remykarem/cpython that referenced this pull request Jan 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants