From: Robert Bradshaw Date: Fri, 16 Jul 2010 15:37:28 +0000 (-0700) Subject: Re-disable debug_trace_code_generation X-Git-Tag: 0.13.beta0~2^2~13 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3f74e41f61247e036e1fa50f43f5a96cd48adcd1;p=cython.git Re-disable debug_trace_code_generation --- diff --git a/Cython/Compiler/DebugFlags.py b/Cython/Compiler/DebugFlags.py index 19aa3ca2..d6d52189 100644 --- a/Cython/Compiler/DebugFlags.py +++ b/Cython/Compiler/DebugFlags.py @@ -7,7 +7,7 @@ debug_coercion = 0 debug_temp_code_comments = 0 # Write a call trace of the code generation phase into the C code -debug_trace_code_generation = 1 +debug_trace_code_generation = 0 # Do not replace exceptions with user-friendly error messages debug_no_exception_intercept = 0