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: Apply bugfixes from importlib_metadata 4.11.3.
Type: Stage: resolved
Components: Versions: Python 3.11, Python 3.10, Python 3.9
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: jaraco Nosy List: jaraco
Priority: normal Keywords: patch

Created on 2022-03-13 18:53 by jaraco, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 31854 merged jaraco, 2022-03-13 19:04
PR 31857 merged jaraco, 2022-03-13 19:58
PR 31859 merged jaraco, 2022-03-13 20:32
Messages (4)
msg415075 - (view) Author: Jason R. Coombs (jaraco) * (Python committer) Date: 2022-03-13 18:53
Importlib_metadata 4.11.1-3 introduced a few bug fixes. Importantly, 4.11.2 fixed a [serious defect](https://github.com/python/importlib_metadata/issues/369). Let's incorporate those fixes into CPython.
msg415089 - (view) Author: Jason R. Coombs (jaraco) * (Python committer) Date: 2022-03-13 19:53
New changeset b1e286860742e7ba6fadc75e3ddb6c2899a56919 by Jason R. Coombs in branch 'main':
bpo-47004: Sync with importlib_metadata 4.11.3. (#31854)
https://github.com/python/cpython/commit/b1e286860742e7ba6fadc75e3ddb6c2899a56919
msg415104 - (view) Author: Jason R. Coombs (jaraco) * (Python committer) Date: 2022-03-13 21:29
New changeset d929aa70e2a324ea48fed221c3257f929be05115 by Jason R. Coombs in branch '3.10':
[3.10] bpo-47004: Sync with importlib_metadata 4.11.3. (GH-31854). (GH-31857)
https://github.com/python/cpython/commit/d929aa70e2a324ea48fed221c3257f929be05115
msg415105 - (view) Author: Jason R. Coombs (jaraco) * (Python committer) Date: 2022-03-13 21:30
New changeset 177be52517da9a876a3f9e670f88c4731b906986 by Jason R. Coombs in branch '3.9':
[3.9] bpo-47004: Sync with importlib_metadata 4.11.3. (GH-31854). (GH-31859)
https://github.com/python/cpython/commit/177be52517da9a876a3f9e670f88c4731b906986
History
Date User Action Args
2022-04-11 14:59:57adminsetgithub: 91160
2022-03-13 21:30:36jaracosetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2022-03-13 21:30:11jaracosetmessages: + msg415105
2022-03-13 21:29:53jaracosetmessages: + msg415104
2022-03-13 20:32:07jaracosetpull_requests: + pull_request29957
2022-03-13 19:58:07jaracosetpull_requests: + pull_request29955
2022-03-13 19:53:36jaracosetmessages: + msg415089
2022-03-13 19:04:32jaracosetkeywords: + patch
stage: patch review
pull_requests: + pull_request29952
2022-03-13 18:53:39jaracosetassignee: jaraco
2022-03-13 18:53:30jaracocreate