make AttributeNode a NewTempExprNode
authorStefan Behnel <scoder@users.berlios.de>
Sun, 18 Jan 2009 17:13:01 +0000 (18:13 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Sun, 18 Jan 2009 17:13:01 +0000 (18:13 +0100)
Cython/Compiler/ExprNodes.py

index fa9f6ea3b60ae904c84e0d6fceca6df583ed423c..f4c508495443afb355a22dd6c58e07734f0ae471 100644 (file)
@@ -2587,7 +2587,7 @@ class AsTupleNode(ExprNode):
         code.put_gotref(self.py_result())
     
 
-class AttributeNode(ExprNode):
+class AttributeNode(NewTempExprNode):
     #  obj.attribute
     #
     #  obj          ExprNode