Whoops, committed debug code. Undoing.
authorDag Sverre Seljebotn <dagss@student.matnat.uio.no>
Tue, 28 Apr 2009 13:02:54 +0000 (15:02 +0200)
committerDag Sverre Seljebotn <dagss@student.matnat.uio.no>
Tue, 28 Apr 2009 13:02:54 +0000 (15:02 +0200)
Cython/Compiler/Visitor.py

index 6e40d858de3ad3c367d6bc71eea2996209f50d2d..c7739f8d6554efb7ecab1007366657e430f8c739 100644 (file)
@@ -150,7 +150,6 @@ class TreeVisitor(BasicVisitor):
         except Errors.CompileError:
             raise
         except Exception, e:
-            raise
             import sys
             trace = ['']
             for parent, attribute, index in self.access_path: