On Fri, Oct 14, 2005 at 01:03:28AM -0400, Raymond Hettinger wrote: > Do the AST branch generate a syntax error for: > > foo(a = i for i in range(10)) No. It generates the same broken code as the current compiler. Neil