diff -r 4c945b09dc26 Cython/TestUtils.py --- a/Cython/TestUtils.py Sun Oct 18 14:52:43 2009 +0200 +++ b/Cython/TestUtils.py Sun Oct 18 16:46:07 2009 +0200 @@ -163,6 +163,9 @@ node.pos, "Unexpected path '%s' found in result tree" % path) self.visitchildren(node) + print("HERE1") + print(sys.exc_info()) + print("HERE2") return node visit_Node = VisitorTransform.recurse_to_children