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: Convert importlib.abc to use typing.Protocol
Type: enhancement Stage: patch review
Components: Library (Lib) Versions: Python 3.9
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: ZackerySpytz, barry, brett.cannon, levkivskyi, nanjekyejoannah
Priority: low Keywords: patch

Created on 2019-11-12 22:47 by brett.cannon, last changed 2022-04-11 14:59 by admin.

Pull Requests
URL Status Linked Edit
PR 21245 open ZackerySpytz, 2020-06-30 21:01
Messages (1)
msg356501 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2019-11-12 22:47
Now that typing.Protocol exists we should convert the ABCs in importlib over to protocols as the import system functions off of structural typing and not nominal typing.
History
Date User Action Args
2022-04-11 14:59:23adminsetgithub: 82963
2021-10-20 21:07:21barrysetnosy: + barry
2020-06-30 21:01:07ZackerySpytzsetkeywords: + patch
nosy: + ZackerySpytz

pull_requests: + pull_request20397
stage: patch review
2019-11-16 21:10:09nanjekyejoannahsetnosy: + nanjekyejoannah
2019-11-15 20:53:27levkivskyisetnosy: + levkivskyi
2019-11-12 22:47:40brett.cannoncreate