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
..
2005-10-20 19:59:25 +00:00
2005-10-21 05:15:07 +00:00
2005-10-20 19:59:25 +00:00
2005-10-21 04:28:38 +00:00
2004-07-08 01:55:58 +00:00
2005-10-20 19:59:25 +00:00
2003-03-22 16:35:37 +00:00
2004-07-15 22:28:48 +00:00
2004-10-03 08:51:35 +00:00
2004-07-02 08:53:57 +00:00
2005-01-18 15:26:11 +00:00
2005-08-02 00:46:46 +00:00
2005-10-20 19:59:25 +00:00
2005-09-14 19:29:53 +00:00
2005-01-25 12:40:01 +00:00
2005-10-21 06:24:02 +00:00
2005-10-20 19:59:25 +00:00
2003-09-04 18:45:59 +00:00
2002-12-30 22:08:05 +00:00
2004-11-05 07:02:59 +00:00
2005-10-20 19:59:25 +00:00
2004-07-14 11:28:06 +00:00
2003-11-19 15:24:47 +00:00
2005-09-30 08:20:24 +00:00
2004-06-08 18:52:54 +00:00
2005-10-20 19:59:25 +00:00
2005-10-20 19:59:25 +00:00
2003-11-20 01:44:59 +00:00
2005-03-03 23:00:26 +00:00
2005-10-20 19:59:25 +00:00
2005-10-20 19:59:25 +00:00
2005-07-08 22:26:13 +00:00
2005-01-17 12:16:36 +00:00
2003-09-20 11:13:36 +00:00
2005-09-20 18:07:47 +00:00
2004-01-17 04:04:13 +00:00
2003-04-19 07:44:52 +00:00
2005-07-09 15:26:33 +00:00
2005-09-14 17:49:54 +00:00
2005-10-20 19:59:25 +00:00