typo
authorkayhayen@gmx.de <none@none>
Thu, 17 Jan 2008 08:24:01 +0000 (00:24 -0800)
committerkayhayen@gmx.de <none@none>
Thu, 17 Jan 2008 08:24:01 +0000 (00:24 -0800)
Cython/Compiler/ExprNodes.py

index 3ec90009b8f0c9c2a88f4ec672d17e39e367a4e0..9ce1b7d8c773aa6068d12fc8f6281c985e2726c4 100644 (file)
@@ -1937,7 +1937,7 @@ class AttributeNode(ExprNode):
                 code.putln(
                     '%s = PyObject_GetAttrString(%s, "%s"); %s' % (
                         self.result_code,
-                        self.objpy_result(),
+                        self.obj.py_result(),
                         self.attribute,
                         code.error_goto_if_null(self.result_code, self.pos)))