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 gregory.p.smith, lys.nikolaou, pablogsal, slebedev
Date 2021-12-23.20:18:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1640290686.19.0.131465203297.issue46167@roundup.psfhosted.org>
In-reply-to
Content
I can try to prototype something in the parser to see how it looks and work on the pep if everything looks ok.

Parentheses are a bit tricky in general as backtracking ends causing all sorts of tricky situations with custom syntax errors as the parser needs to distinguish between function calls, tuple construction and grouping so that's the only dangerous situation I can think of
History
Date User Action Args
2021-12-23 20:18:06pablogsalsetrecipients: + pablogsal, gregory.p.smith, lys.nikolaou, slebedev
2021-12-23 20:18:06pablogsalsetmessageid: <1640290686.19.0.131465203297.issue46167@roundup.psfhosted.org>
2021-12-23 20:18:06pablogsallinkissue46167 messages
2021-12-23 20:18:06pablogsalcreate