Message309923
There is also another corner case to consider:
class C:
exec('x: int')
assert C.__annotations__ == {'x': int}
assert __annotations__ == {}
I am not sure this one will be covered correctly.
But the main argument here is speed I think.
Let us see what others think about this. |
|
| Date |
User |
Action |
Args |
| 2018-01-14 13:33:28 | levkivskyi | set | recipients:
+ levkivskyi, gvanrossum, Mark.Shannon, serhiy.storchaka, yselivanov |
| 2018-01-14 13:33:27 | levkivskyi | set | messageid: <[email protected]> |
| 2018-01-14 13:33:27 | levkivskyi | link | issue32550 messages |
| 2018-01-14 13:33:27 | levkivskyi | create | |
|