[Python-Dev] Python 3.0 grammar ambiguous?

"Martin v. Löwis" martin at v.loewis.de
Sun Mar 8 23:28:18 CET 2009


> To be honest I wasn't aware of this ambiguity. It seems that whoever
> wrote the patch for argument unpacking (a, b, *c = ...) got "lucky"
> with an ambiguous grammar. This surprises me, because IIRC usually
> pgen doesn't like ambiguities. 

So how does it resolve the ambiguity?

Regards,
Martin


More information about the Python-Dev mailing list