This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author yselivanov
Recipients emma_smith, gvanrossum, levkivskyi, masthana, msullivan, yselivanov
Date 2019-02-28.00:24:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
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
History
Date User Action Args
2019-02-28 00:24:20yselivanovsetrecipients: + yselivanov, gvanrossum, levkivskyi, emma_smith, masthana, msullivan
2019-02-28 00:24:20yselivanovsetmessageid: <[email protected]>
2019-02-28 00:24:20yselivanovlinkissue35975 messages
2019-02-28 00:24:20yselivanovcreate