projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59f8fe7
)
comment
author
Stefan Behnel
<scoder@users.berlios.de>
Sat, 5 Dec 2009 16:39:14 +0000
(17:39 +0100)
committer
Stefan Behnel
<scoder@users.berlios.de>
Sat, 5 Dec 2009 16:39:14 +0000
(17:39 +0100)
Cython/Compiler/ExprNodes.py
patch
|
blob
|
history
diff --git
a/Cython/Compiler/ExprNodes.py
b/Cython/Compiler/ExprNodes.py
index 04b489b66f73b230bd1864c3362825c30da474ba..bcc993d5564913f1bb525559e5d4ac0811d93906 100644
(file)
--- a/
Cython/Compiler/ExprNodes.py
+++ b/
Cython/Compiler/ExprNodes.py
@@
-4413,7
+4413,7
@@
class TypeofNode(ExprNode):
literal = None
type = py_object_type
- subexprs = ['literal']
+ subexprs = ['literal']
# 'operand' will be ignored after type analysis!
def analyse_types(self, env):
self.operand.analyse_types(env)