cpython/Grammar
Neal Norwitz 37c0844b35 Fix SF bug #1167751, Argument genexp corner case
Incorrect code was generated for:

  foo(a = i for i in range(10))

This should have generated a SyntaxError.  Fix the Grammar so
it raises a SyntaxError and test it.

I'm uncertain whether this should be backported.  It makes
something that was Syntactically valid invalid.  However,
the code would either be completely broken or do the wrong thing.
2005-10-21 06:24:02 +00:00
..
.cvsignore Ignore Grammar/Makefile now that it's a made Makefile. 2000-08-21 12:25:17 +00:00
Grammar Fix SF bug #1167751, Argument genexp corner case 2005-10-21 06:24:02 +00:00