Commit 37355543 authored by Vitja Makarov's avatar Vitja Makarov

Change name to genexpr for now

parent 4e744f32
...@@ -4951,7 +4951,7 @@ class GeneratorExpressionNode(LambdaNode): ...@@ -4951,7 +4951,7 @@ 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
name = StringEncoding.EncodedString('<genexpr>') name = StringEncoding.EncodedString('genexpr')
binding = False binding = False
def analyse_declarations(self, env): def analyse_declarations(self, env):
......
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