From: Robert Bradshaw Date: Wed, 13 Feb 2008 01:40:13 +0000 (-0800) Subject: Error condition compile error on error type X-Git-Tag: 0.9.6.14~29^2~38 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7c69d63186cc32c9ab67411433d25eda42906594;p=cython.git Error condition compile error on error type --- diff --git a/Cython/Compiler/PyrexTypes.py b/Cython/Compiler/PyrexTypes.py index 5aa17d87..92f4d3f5 100644 --- a/Cython/Compiler/PyrexTypes.py +++ b/Cython/Compiler/PyrexTypes.py @@ -923,6 +923,9 @@ class ErrorType(PyrexType): def same_as_resolved_type(self, other_type): return 1 + + def error_condition(self, result_code): + return "dummy" rank_to_type_name = (