Message377277
Thanks! Most of the deleted types *are* builtins (e.g. object, int). I assume the reasoning was just that if you wanted the type you could just write type(Ellipsis), type(None) etc.
But that's too dynamic for static checkers, so we want *some* stable name for those back. Do any of the other deleted types strike you as possibly needing to come back? |
|
Date |
User |
Action |
Args |
2020-09-21 19:42:12 | gvanrossum | set | recipients:
+ gvanrossum, eric.smith, Mark.Shannon, serhiy.storchaka, levkivskyi, BvB93, joshbode |
2020-09-21 19:42:12 | gvanrossum | set | messageid: <1600717332.79.0.401124158511.issue41810@roundup.psfhosted.org> |
2020-09-21 19:42:12 | gvanrossum | link | issue41810 messages |
2020-09-21 19:42:12 | gvanrossum | create | |
|