Message336785
Well, it's not just rolling back async/await from being keywords. Since 3.7 it's possible to create async generator expressions in non-async functions. This wasn't possible to do with old hacks on the lexer. So if you want to revert the change you risk losing some functionality we enabled in 3.7 |
|
| Date |
User |
Action |
Args |
| 2019-02-28 00:24:20 | yselivanov | set | recipients:
+ yselivanov, gvanrossum, levkivskyi, emma_smith, masthana, msullivan |
| 2019-02-28 00:24:20 | yselivanov | set | messageid: <[email protected]> |
| 2019-02-28 00:24:20 | yselivanov | link | issue35975 messages |
| 2019-02-28 00:24:20 | yselivanov | create | |
|