From 3f74e41f61247e036e1fa50f43f5a96cd48adcd1 Mon Sep 17 00:00:00 2001 From: Robert Bradshaw Date: Fri, 16 Jul 2010 08:37:28 -0700 Subject: [PATCH] Re-disable debug_trace_code_generation --- Cython/Compiler/DebugFlags.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.26.2