From 4e744f32e0c777f8f54648c6322a4b3e9266a8d8 Mon Sep 17 00:00:00 2001 From: Vitja Makarov Date: Sun, 9 Jan 2011 21:05:00 +0300 Subject: [PATCH] GeneratorExpressionNode: loop isn't actually child node now --- Cython/Compiler/ExprNodes.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Cython/Compiler/ExprNodes.py b/Cython/Compiler/ExprNodes.py index cb9211db..7eed5a2c 100755 --- a/Cython/Compiler/ExprNodes.py +++ b/Cython/Compiler/ExprNodes.py @@ -4951,7 +4951,6 @@ class GeneratorExpressionNode(LambdaNode): # loop ForStatNode the for-loop, containing a YieldExprNode # def_node DefNode the underlying generator 'def' node - child_attrs = ["loop", "def_node"] name = StringEncoding.EncodedString('') binding = False -- 2.26.2