From: Stefan Behnel Date: Fri, 28 May 2010 10:41:40 +0000 (+0200) Subject: re-enable friendly exceptions to make map exception traces back to tree traces X-Git-Tag: 0.13.beta0~62 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=ce55ad684bc6d28bb9f490084cdf5fcf13ed3315;p=cython.git re-enable friendly exceptions to make map exception traces back to tree traces --- diff --git a/Cython/Compiler/DebugFlags.py b/Cython/Compiler/DebugFlags.py index f7f5a0eb..d6d52189 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 = 1 +debug_no_exception_intercept = 0 # Print a message each time a new stage in the pipeline is entered debug_verbose_pipeline = 0