Message315700
| Author | zsol |
|---|---|
| Recipients | zsol |
| Date | 2018-04-24.13:02:45 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1524574965.95.0.682650639539.issue33349@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
This is valid since python3.7:
```
def f():
return (i * 2 async for i in arange(42))
```
but lib2to3 doesn't parse this properly, because `async` is tokenized as a `NAME` instead of `ASYNC` |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-04-24 13:02:45 | zsol | set | recipients: + zsol |
| 2018-04-24 13:02:45 | zsol | set | messageid: <1524574965.95.0.682650639539.issue33349@psf.upfronthosting.co.za> |
| 2018-04-24 13:02:45 | zsol | link | issue33349 messages |
| 2018-04-24 13:02:45 | zsol | create | |