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 martin.panter
Recipients aditya gupta, giampaolo.rodola, gvanrossum, martin.panter, nchammas, pitrou, vstinner, yselivanov
Date 2016-02-02.21:24:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1454448295.85.0.106570524753.issue26188@psf.upfronthosting.co.za>
In-reply-to
Content
I’m not that familiar with the parser either. Maybe I remember a flag or something saying “we are inside an async def function”, which changes “await” from a user identifier into a reserved keyword. But I can’t imagine how that flag will help much with this proposal. The problem I think is “await” is never treated as a reserved keyword when the flag is not set.
History
Date User Action Args
2016-02-02 21:24:55martin.pantersetrecipients: + martin.panter, gvanrossum, pitrou, vstinner, giampaolo.rodola, yselivanov, nchammas, aditya gupta
2016-02-02 21:24:55martin.pantersetmessageid: <1454448295.85.0.106570524753.issue26188@psf.upfronthosting.co.za>
2016-02-02 21:24:55martin.panterlinkissue26188 messages
2016-02-02 21:24:55martin.pantercreate