re-enable friendly exception traces
authorStefan Behnel <scoder@users.berlios.de>
Tue, 7 Apr 2009 09:18:11 +0000 (11:18 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Tue, 7 Apr 2009 09:18:11 +0000 (11:18 +0200)
Cython/Compiler/DebugFlags.py

index 3a2666dfc929d6eafa4f3a1455d0de42cff8255c..0e80338ee5c4b90762e5307282d24ef4dfdf675b 100644 (file)
@@ -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