fix last commit
authorStefan Behnel <scoder@users.berlios.de>
Wed, 5 May 2010 19:41:47 +0000 (21:41 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Wed, 5 May 2010 19:41:47 +0000 (21:41 +0200)
Cython/Compiler/PyrexTypes.py

index cbcbe3d4812cf4028c0ff5e14a0330bbfdc7f733..d4cecbd53d0b852af759adf43f376ec17656a236 100755 (executable)
@@ -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):