projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
270708c
)
typo
author
kayhayen@gmx.de
<none@none>
Thu, 17 Jan 2008 08:24:01 +0000
(
00:24
-0800)
committer
kayhayen@gmx.de
<none@none>
Thu, 17 Jan 2008 08:24:01 +0000
(
00:24
-0800)
Cython/Compiler/ExprNodes.py
patch
|
blob
|
history
diff --git
a/Cython/Compiler/ExprNodes.py
b/Cython/Compiler/ExprNodes.py
index 3ec90009b8f0c9c2a88f4ec672d17e39e367a4e0..9ce1b7d8c773aa6068d12fc8f6281c985e2726c4 100644
(file)
--- 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)))