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: Synchronize importlib.metadata with importlib_metadata 1.4
Type: Stage: resolved
Components: Library (Lib) Versions: Python 3.9, Python 3.8
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: jaraco
Priority: normal Keywords: patch

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

Pull Requests
URL Status Linked Edit
PR 17947 merged jaraco, 2020-01-11 01:14
PR 17952 merged miss-islington, 2020-01-11 15:38
Messages (3)
msg359773 - (view) Author: Jason R. Coombs (jaraco) * (Python committer) Date: 2020-01-11 01:09
Importlib_metadata 1.4 adds performance improvements to the distribution discovery mechanism. Let's incorporate those upstream.
msg359801 - (view) Author: Jason R. Coombs (jaraco) * (Python committer) Date: 2020-01-11 15:37
New changeset 136735c1a2efb320e4cbb64b40f1191228745b39 by Jason R. Coombs in branch 'master':
bpo-39297: Update for importlib_metadata 1.4.  (GH-17947)
https://github.com/python/cpython/commit/136735c1a2efb320e4cbb64b40f1191228745b39
msg359804 - (view) Author: Jason R. Coombs (jaraco) * (Python committer) Date: 2020-01-11 15:57
New changeset 98b1c0c7ac7c80aac8bce8648fe14b55abeb382a by Jason R. Coombs (Miss Islington (bot)) in branch '3.8':
bpo-39297: Update for importlib_metadata 1.4.  (GH-17947) (GH-17952)
https://github.com/python/cpython/commit/98b1c0c7ac7c80aac8bce8648fe14b55abeb382a
History
Date User Action Args
2022-04-11 14:59:25adminsetgithub: 83478
2020-01-11 16:34:48jaracosetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2020-01-11 15:57:04jaracosetmessages: + msg359804
2020-01-11 15:38:00miss-islingtonsetpull_requests: + pull_request17361
2020-01-11 15:37:34jaracosetmessages: + msg359801
2020-01-11 01:14:43jaracosetkeywords: + patch
stage: patch review
pull_requests: + pull_request17355
2020-01-11 01:09:02jaracocreate