Commit 1e535b45 authored by Stefan Behnel's avatar Stefan Behnel

fix last commit

parent 07226b17
......@@ -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):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment