From 1e535b4588c27238e1973f7640c7929581f8c58d Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Wed, 5 May 2010 21:41:47 +0200 Subject: [PATCH] fix last commit --- Cython/Compiler/PyrexTypes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): -- 2.26.2