Message374291
Hm, recursive type aliases are an interesting issue. We may be able to do better there for 3.10, even if we can't fix it for 3.9 (or at least not for 3.9.0).
But in the meantime maybe you can come up with a PR that adds a note to the typing docs in 3.10 explaining that `list["int"]` will not be resolved to `list[int]`, even though it works for `List["int"]`? |
|
Date |
User |
Action |
Args |
2020-07-25 22:08:37 | gvanrossum | set | recipients:
+ gvanrossum, vstinner, eric.smith, lukasz.langa, levkivskyi, BTaskaya, joperez |
2020-07-25 22:08:37 | gvanrossum | set | messageid: <1595714917.48.0.186525012002.issue41370@roundup.psfhosted.org> |
2020-07-25 22:08:37 | gvanrossum | link | issue41370 messages |
2020-07-25 22:08:37 | gvanrossum | create | |
|