projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33396d6
)
typo
author
Stefan Behnel
<scoder@users.berlios.de>
Thu, 13 May 2010 13:48:29 +0000
(15:48 +0200)
committer
Stefan Behnel
<scoder@users.berlios.de>
Thu, 13 May 2010 13:48:29 +0000
(15:48 +0200)
Cython/Compiler/ExprNodes.py
patch
|
blob
|
history
diff --git
a/Cython/Compiler/ExprNodes.py
b/Cython/Compiler/ExprNodes.py
index 42c06fb5ef8d883e9320df7bd41ceb2cd54286ee..c5fe0f75730e92875f477d8c7ef93c343604e91a 100755
(executable)
--- a/
Cython/Compiler/ExprNodes.py
+++ b/
Cython/Compiler/ExprNodes.py
@@
-5485,7
+5485,7
@@
class CmpNode(object):
# Mixin class containing code common to PrimaryCmpNodes
# and CascadedCmpNodes.
- def infer_type
s
(self, env):
+ def infer_type(self, env):
# TODO: Actually implement this (after merging with -unstable).
return py_object_type