Commit 7c69d631 authored by Robert Bradshaw's avatar Robert Bradshaw

Error condition compile error on error type

parent 592be47b
......@@ -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 = (
......
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