From 6328f1a238949ed1fbf4b8ae1ad351e5e9f3ff26 Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Sun, 5 Jul 2009 15:13:04 +0200 Subject: [PATCH] revert typing in Visitor.pxd because of obscure type test problem --- Cython/Compiler/Visitor.pxd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cython/Compiler/Visitor.pxd b/Cython/Compiler/Visitor.pxd index bfe352c4..5a0edb39 100644 --- a/Cython/Compiler/Visitor.pxd +++ b/Cython/Compiler/Visitor.pxd @@ -5,7 +5,7 @@ cdef class BasicVisitor: cdef class TreeVisitor(BasicVisitor): cdef public list access_path cpdef visitchild(self, child, parent, attrname, idx) - cpdef visitchildren(self, parent, attrs=*) +# cpdef visitchildren(self, parent, attrs=*) cdef class VisitorTransform(TreeVisitor): cpdef visitchildren(self, parent, attrs=*) -- 2.26.2