X-Git-Url: http://git.tremily.us/?a=blobdiff_plain;f=Cython%2FCompiler%2FErrors.py;h=3d103de4130457e1bb6738fddcd2788cb2bebb84;hb=8d715668fa20b7e09bbe76bf7b0a19c3796c65fb;hp=e2ec1d9e674ed098fe6bc6f41d9d24683d739c59;hpb=122f3cfb69f993165492ac5ffc79f2e8510240d5;p=cython.git diff --git a/Cython/Compiler/Errors.py b/Cython/Compiler/Errors.py index e2ec1d9e..3d103de4 100644 --- a/Cython/Compiler/Errors.py +++ b/Cython/Compiler/Errors.py @@ -92,6 +92,10 @@ class CompilerCrash(CompileError): message += u'%s: %s' % (cause.__class__.__name__, cause) CompileError.__init__(self, pos, message) +class NoElementTreeInstalledException(PyrexError): + """raised when the user enabled options.gdb_debug but no ElementTree + implementation was found + """ listing_file = None num_errors = 0