From: Stefan Behnel Date: Fri, 15 Aug 2008 02:42:43 +0000 (+0200) Subject: removed debug code X-Git-Tag: 0.9.8.1~46 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=43bef56786bdfb9bd591ad6f80c081f1a153fc74;p=cython.git removed debug code --- diff --git a/Cython/Compiler/Main.py b/Cython/Compiler/Main.py index 723d2547..9f9c4dfd 100644 --- a/Cython/Compiler/Main.py +++ b/Cython/Compiler/Main.py @@ -397,8 +397,8 @@ class Context: finally: f.close() except UnicodeDecodeError, msg: - import traceback - traceback.print_exc() + #import traceback + #traceback.print_exc() error((source_desc, 0, 0), "Decoding error, missing or incorrect coding= at top of source (%s)" % msg) if Errors.num_errors > 0: raise CompileError