[Python-Dev] AST branch update (original) (raw)

Neil Schemenauer nas at arctrix.com
Fri Oct 14 07:11:47 CEST 2005


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



More information about the Python-Dev mailing list