From: Stefan Behnel Date: Wed, 21 Apr 2010 13:35:09 +0000 (+0200) Subject: set default debug flag to write out exceptions X-Git-Tag: 0.13.beta0~171 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d1b5807fa1af809d84c1eaec2c9b69ee781e121a;p=cython.git set default debug flag to write out exceptions --- diff --git a/Cython/Compiler/DebugFlags.py b/Cython/Compiler/DebugFlags.py index d6d52189..f7f5a0eb 100644 --- a/Cython/Compiler/DebugFlags.py +++ b/Cython/Compiler/DebugFlags.py @@ -10,7 +10,7 @@ debug_temp_code_comments = 0 debug_trace_code_generation = 0 # Do not replace exceptions with user-friendly error messages -debug_no_exception_intercept = 0 +debug_no_exception_intercept = 1 # Print a message each time a new stage in the pipeline is entered debug_verbose_pipeline = 0