projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70bb2a3
)
whitespace
author
Stefan Behnel
<scoder@users.berlios.de>
Tue, 13 May 2008 10:11:58 +0000
(12:11 +0200)
committer
Stefan Behnel
<scoder@users.berlios.de>
Tue, 13 May 2008 10:11:58 +0000
(12:11 +0200)
Cython/Compiler/ExprNodes.py
patch
|
blob
|
history
diff --git
a/Cython/Compiler/ExprNodes.py
b/Cython/Compiler/ExprNodes.py
index 5210701e8f09725ff73efe7082088b418b71d219..492e680cd34a8e93ea0eecc1f1170e9461e6d36a 100644
(file)
--- a/
Cython/Compiler/ExprNodes.py
+++ b/
Cython/Compiler/ExprNodes.py
@@
-1833,7
+1833,7
@@
class AttributeNode(ExprNode):
# member string C name of struct member
# is_called boolean Function call is being done on result
# entry Entry Symbol table entry of attribute
- # interned_attr_cname
string C name of interned attribute name
+ # interned_attr_cname string C name of interned attribute name
is_attribute = 1
subexprs = ['obj']