projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07226b1
)
fix last commit
author
Stefan Behnel
<scoder@users.berlios.de>
Wed, 5 May 2010 19:41:47 +0000
(21:41 +0200)
committer
Stefan Behnel
<scoder@users.berlios.de>
Wed, 5 May 2010 19:41:47 +0000
(21:41 +0200)
Cython/Compiler/PyrexTypes.py
patch
|
blob
|
history
diff --git
a/Cython/Compiler/PyrexTypes.py
b/Cython/Compiler/PyrexTypes.py
index cbcbe3d4812cf4028c0ff5e14a0330bbfdc7f733..d4cecbd53d0b852af759adf43f376ec17656a236 100755
(executable)
--- a/
Cython/Compiler/PyrexTypes.py
+++ b/
Cython/Compiler/PyrexTypes.py
@@
-2431,7
+2431,7
@@
def independent_spanning_type(type1, type2):
return py_object_type
span_type = _spanning_type(type1, type2)
if span_type is None:
- return
PyrexTypes.
error_type
+ return error_type
return span_type
def spanning_type(type1, type2):