Message309923
| Author | levkivskyi |
|---|---|
| Recipients | Mark.Shannon, gvanrossum, levkivskyi, serhiy.storchaka, yselivanov |
| Date | 2018-01-14.13:33:27 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1515936807.97.0.467229070634.issue32550@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
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. |
|
| History | |||
|---|---|---|---|
| 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: <1515936807.97.0.467229070634.issue32550@psf.upfronthosting.co.za> |
| 2018-01-14 13:33:27 | levkivskyi | link | issue32550 messages |
| 2018-01-14 13:33:27 | levkivskyi | create | |