From da1d48ae4e4f134f5ee76eb45bdaaf4d5482e4ee Mon Sep 17 00:00:00 2001 From: "kayhayen@gmx.de" Date: Thu, 17 Jan 2008 00:24:01 -0800 Subject: [PATCH] typo --- 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 3ec90009..9ce1b7d8 100644 --- a/Cython/Compiler/ExprNodes.py +++ b/Cython/Compiler/ExprNodes.py @@ -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))) -- 2.26.2