projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fcac928
)
make AttributeNode a NewTempExprNode
author
Stefan Behnel
<scoder@users.berlios.de>
Sun, 18 Jan 2009 17:13:01 +0000
(18:13 +0100)
committer
Stefan Behnel
<scoder@users.berlios.de>
Sun, 18 Jan 2009 17:13:01 +0000
(18:13 +0100)
Cython/Compiler/ExprNodes.py
patch
|
blob
|
history
diff --git
a/Cython/Compiler/ExprNodes.py
b/Cython/Compiler/ExprNodes.py
index fa9f6ea3b60ae904c84e0d6fceca6df583ed423c..f4c508495443afb355a22dd6c58e07734f0ae471 100644
(file)
--- a/
Cython/Compiler/ExprNodes.py
+++ b/
Cython/Compiler/ExprNodes.py
@@
-2587,7
+2587,7
@@
class AsTupleNode(ExprNode):
code.put_gotref(self.py_result())
-class AttributeNode(ExprNode):
+class AttributeNode(
NewTemp
ExprNode):
# obj.attribute
#
# obj ExprNode