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 ethan smith, gvanrossum, levkivskyi, masthana, msullivan, yselivanov
Date 2019-02-28.00:24:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1551313460.41.0.559119814224.issue35975@roundup.psfhosted.org>
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, ethan smith, masthana, msullivan
2019-02-28 00:24:20yselivanovsetmessageid: <1551313460.41.0.559119814224.issue35975@roundup.psfhosted.org>
2019-02-28 00:24:20yselivanovlinkissue35975 messages
2019-02-28 00:24:20yselivanovcreate