projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e744f3
)
Change name to genexpr for now
author
Vitja Makarov
<vitja.makarov@gmail.com>
Sun, 9 Jan 2011 18:34:42 +0000
(21:34 +0300)
committer
Vitja Makarov
<vitja.makarov@gmail.com>
Sun, 9 Jan 2011 18:34:42 +0000
(21:34 +0300)
Cython/Compiler/ExprNodes.py
patch
|
blob
|
history
diff --git
a/Cython/Compiler/ExprNodes.py
b/Cython/Compiler/ExprNodes.py
index 7eed5a2ccf5935edb3f18c3fbffe402aa6aca1ef..82c54836d290149d8a902de394c75aa3f0b032de 100755
(executable)
--- 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('
<genexpr>
')
+ name = StringEncoding.EncodedString('
genexpr
')
binding = False
def analyse_declarations(self, env):