Commit 4e744f32 authored by Vitja Makarov's avatar Vitja Makarov

GeneratorExpressionNode: loop isn't actually child node now

parent d8d63e7f
...@@ -4951,7 +4951,6 @@ class GeneratorExpressionNode(LambdaNode): ...@@ -4951,7 +4951,6 @@ class GeneratorExpressionNode(LambdaNode):
# loop ForStatNode the for-loop, containing a YieldExprNode # loop ForStatNode the for-loop, containing a YieldExprNode
# def_node DefNode the underlying generator 'def' node # def_node DefNode the underlying generator 'def' node
child_attrs = ["loop", "def_node"]
name = StringEncoding.EncodedString('<genexpr>') name = StringEncoding.EncodedString('<genexpr>')
binding = False binding = False
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment