Issue 38782: Convert importlib.abc to use typing.Protocol

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