[Python-Dev] Disallow ambiguous syntax f(x for x in [1],) (original) (raw)
Guido van Rossum guido at python.org
Sun Nov 12 19:00:18 EST 2017
- Previous message (by thread): [Python-Dev] Disallow ambiguous syntax f(x for x in [1],)
- Next message (by thread): [Python-Dev] Disallow ambiguous syntax f(x for x in [1],)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
It's hard to keep those two in sync, since the actual Grammar file is constrained by being strictly LL(1)... Can you get someone else to review the implementation? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20171112/6e39e25e/attachment.html>
- Previous message (by thread): [Python-Dev] Disallow ambiguous syntax f(x for x in [1],)
- Next message (by thread): [Python-Dev] Disallow ambiguous syntax f(x for x in [1],)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]