From: Vitja Makarov Date: Sun, 9 Jan 2011 18:05:00 +0000 (+0300) Subject: GeneratorExpressionNode: loop isn't actually child node now X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4e744f32e0c777f8f54648c6322a4b3e9266a8d8;p=cython.git GeneratorExpressionNode: loop isn't actually child node now --- 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