From 373555431ad443db47e05a8b121df437b24d6d02 Mon Sep 17 00:00:00 2001 From: Vitja Makarov Date: Sun, 9 Jan 2011 21:34:42 +0300 Subject: [PATCH] Change name to genexpr for now --- Cython/Compiler/ExprNodes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cython/Compiler/ExprNodes.py b/Cython/Compiler/ExprNodes.py index 7eed5a2c..82c54836 100755 --- a/Cython/Compiler/ExprNodes.py +++ b/Cython/Compiler/ExprNodes.py @@ -4951,7 +4951,7 @@ class GeneratorExpressionNode(LambdaNode): # loop ForStatNode the for-loop, containing a YieldExprNode # def_node DefNode the underlying generator 'def' node - name = StringEncoding.EncodedString('') + name = StringEncoding.EncodedString('genexpr') binding = False def analyse_declarations(self, env): -- 2.26.2