set default debug flag to write out exceptions
authorStefan Behnel <scoder@users.berlios.de>
Wed, 21 Apr 2010 13:35:09 +0000 (15:35 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Wed, 21 Apr 2010 13:35:09 +0000 (15:35 +0200)
Cython/Compiler/DebugFlags.py

index d6d52189437a03b80c76443274e963ec4a9fb1cb..f7f5a0eb20590069d9ea74584d94538cf67249d8 100644 (file)
@@ -10,7 +10,7 @@ debug_temp_code_comments = 0
 debug_trace_code_generation = 0
 
 # Do not replace exceptions with user-friendly error messages
-debug_no_exception_intercept = 0
+debug_no_exception_intercept = 1
 
 # Print a message each time a new stage in the pipeline is entered
 debug_verbose_pipeline = 0