This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: importlib.metadata fails to find distributions in empty path
Type: Stage: resolved
Components: Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: jaraco Nosy List: jaraco, miss-islington
Priority: normal Keywords: patch

Created on 2021-11-09 13:54 by jaraco, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 29487 merged jaraco, 2021-11-09 14:03
PR 29510 merged miss-islington, 2021-11-09 23:49
PR 29511 merged jaraco, 2021-11-09 23:58
Messages (4)
msg406022 - (view) Author: Jason R. Coombs (jaraco) * (Python committer) Date: 2021-11-09 13:54
Reported in https://github.com/python/importlib_metadata/issues/353, importlib.metadata fails to find distributions in the path "". A fix was applied to importlib_metadata 2.1.2 and 4.8.2. Let's apply that fix and backport it to supported Pythons.
msg406065 - (view) Author: Jason R. Coombs (jaraco) * (Python committer) Date: 2021-11-09 23:49
New changeset 6ec0dec7b7b50d4fee5b2b66cf38e4291bcdf44c by Jason R. Coombs in branch 'main':
[bpo-45765] Fix distribution discovery on empty path. (#29487)
https://github.com/python/cpython/commit/6ec0dec7b7b50d4fee5b2b66cf38e4291bcdf44c
msg406293 - (view) Author: Jason R. Coombs (jaraco) * (Python committer) Date: 2021-11-13 20:07
New changeset 3e0b830e859ca8792401bfd1402d659f56f99941 by Jason R. Coombs in branch '3.9':
[3.9] [bpo-45765] Fix distribution discovery on empty path. (GH-29487). (GH-29511)
https://github.com/python/cpython/commit/3e0b830e859ca8792401bfd1402d659f56f99941
msg406294 - (view) Author: Jason R. Coombs (jaraco) * (Python committer) Date: 2021-11-13 20:08
New changeset ed55426acd58f030ccc0cf1297e66078f538797c by Miss Islington (bot) in branch '3.10':
[bpo-45765] Fix distribution discovery on empty path. (GH-29487) (GH-29510)
https://github.com/python/cpython/commit/ed55426acd58f030ccc0cf1297e66078f538797c
History
Date User Action Args
2022-04-11 14:59:52adminsetgithub: 89926
2021-11-13 23:15:41jaracosetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2021-11-13 20:08:32jaracosetmessages: + msg406294
2021-11-13 20:07:30jaracosetmessages: + msg406293
2021-11-09 23:58:06jaracosetpull_requests: + pull_request27762
2021-11-09 23:49:52miss-islingtonsetnosy: + miss-islington
pull_requests: + pull_request27761
2021-11-09 23:49:47jaracosetmessages: + msg406065
2021-11-09 14:03:43jaracosetkeywords: + patch
stage: patch review
pull_requests: + pull_request27738
2021-11-09 14:02:13jaracosetassignee: jaraco
2021-11-09 13:54:51jaracocreate