From 12b7cf761e7a7b75beefe3d9443e89d8a01c5bcc Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Tue, 7 Apr 2009 11:18:11 +0200 Subject: [PATCH] re-enable friendly exception traces --- 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 3a2666df..0e80338e 100644 --- a/Cython/Compiler/DebugFlags.py +++ b/Cython/Compiler/DebugFlags.py @@ -10,4 +10,4 @@ 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 -- 2.26.2