From: Stefan Behnel Date: Tue, 7 Apr 2009 09:18:11 +0000 (+0200) Subject: re-enable friendly exception traces X-Git-Tag: 0.12.alpha0~332 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=12b7cf761e7a7b75beefe3d9443e89d8a01c5bcc;p=cython.git re-enable friendly exception traces --- 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