Message398640
Adding __parameters__ and __getitem__ in TypeVar and ParamSpec allows to generalize and simplify the code (especially the C code) and allows to add more runtime checks. It may open ways for further simplification.
Unfortunately it is not compatible with issue44098, so the latter changes should be reverted. |
|
| Date |
User |
Action |
Args |
| 2021-07-31 13:31:29 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, gvanrossum, kj |
| 2021-07-31 13:31:29 | serhiy.storchaka | set | messageid: <[email protected]> |
| 2021-07-31 13:31:29 | serhiy.storchaka | link | issue44796 messages |
| 2021-07-31 13:31:29 | serhiy.storchaka | create | |
|