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) * ![]() |
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:23 | admin | set | github: 82963 |
| 2021-10-20 21:07:21 | barry | set | nosy:
+ barry |
| 2020-06-30 21:01:07 | ZackerySpytz | set | keywords:
+ patch nosy: + ZackerySpytz pull_requests:
+ pull_request20397 |
| 2019-11-16 21:10:09 | nanjekyejoannah | set | nosy:
+ nanjekyejoannah |
| 2019-11-15 20:53:27 | levkivskyi | set | nosy:
+ levkivskyi |
| 2019-11-12 22:47:40 | brett.cannon | create | |
