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 pablogsal
Recipients BTaskaya, JelleZijlstra, erlendaasland, gvanrossum, jwilk, lys.nikolaou, pablogsal, serhiy.storchaka, terry.reedy
Date 2022-02-22.10:56:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1645527394.66.0.316005287652.issue46725@roundup.psfhosted.org>
In-reply-to
Content
What happened is that the new grammar using the PEG parser used the equivalent of starred_testlist instead of testlist for the iterable list of for statements.

The only extra thing allowed is starred elements, that are interpreted as if you are building a tuple without parentheses.
History
Date User Action Args
2022-02-22 10:56:34pablogsalsetrecipients: + pablogsal, gvanrossum, terry.reedy, jwilk, serhiy.storchaka, JelleZijlstra, lys.nikolaou, BTaskaya, erlendaasland
2022-02-22 10:56:34pablogsalsetmessageid: <1645527394.66.0.316005287652.issue46725@roundup.psfhosted.org>
2022-02-22 10:56:34pablogsallinkissue46725 messages
2022-02-22 10:56:34pablogsalcreate