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 BTaskaya
Recipients BTaskaya, Mark.Shannon, gvanrossum, larry, lys.nikolaou, pablogsal, serhiy.storchaka
Date 2021-04-24.07:40:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1619250004.8.0.00365813905687.issue42725@roundup.psfhosted.org>
In-reply-to
Content
> That can be done after the PEG grammar has accepted them

But wouldn't we still end up with maintaining a custom flag to see if we are in annotation (e.g a: Something((yield) + 2)) and act upon that which would seem to do a bit messy in the grammar actions rather than just throwing syntax errors from switch/cases inside of symbol table?
History
Date User Action Args
2021-04-24 07:40:04BTaskayasetrecipients: + BTaskaya, gvanrossum, larry, Mark.Shannon, serhiy.storchaka, lys.nikolaou, pablogsal
2021-04-24 07:40:04BTaskayasetmessageid: <1619250004.8.0.00365813905687.issue42725@roundup.psfhosted.org>
2021-04-24 07:40:04BTaskayalinkissue42725 messages
2021-04-24 07:40:04BTaskayacreate