From: Stefan Behnel Date: Wed, 5 May 2010 19:41:47 +0000 (+0200) Subject: fix last commit X-Git-Tag: 0.13.beta0~103 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=1e535b4588c27238e1973f7640c7929581f8c58d;p=cython.git fix last commit --- diff --git a/Cython/Compiler/PyrexTypes.py b/Cython/Compiler/PyrexTypes.py index cbcbe3d4..d4cecbd5 100755 --- 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):