projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f00f3b5
)
comment
author
Stefan Behnel
<scoder@users.berlios.de>
Mon, 26 May 2008 19:34:55 +0000
(21:34 +0200)
committer
Stefan Behnel
<scoder@users.berlios.de>
Mon, 26 May 2008 19:34:55 +0000
(21:34 +0200)
Cython/Compiler/ExprNodes.py
patch
|
blob
|
history
diff --git
a/Cython/Compiler/ExprNodes.py
b/Cython/Compiler/ExprNodes.py
index 1114643d58e088221119495508c389d9585c8f9d..6372ea777da1f8e0ab2c7b4ca343cddb9d26a04a 100644
(file)
--- a/
Cython/Compiler/ExprNodes.py
+++ b/
Cython/Compiler/ExprNodes.py
@@
-982,7
+982,7
@@
class NameNode(AtomicExprNode):
if entry.is_pyglobal:
namespace = self.entry.namespace_cname
if entry.is_member:
- # if
w
e entry is a member we have to cheat: SetAttr does not work
+ # if
th
e entry is a member we have to cheat: SetAttr does not work
# on types, so we create a descriptor which is then added to tp_dict
code.put_error_if_neg(self.pos,
'PyDict_SetItem(%s->tp_dict, %s, %s)' % (