-
Stefan Behnel authored
Speed up the recursion to children in Visitor.py by avoiding cpdef call overhead (most transforms are Python classes with class dicts that require an override check).
49ef8457
Speed up the recursion to children in Visitor.py by avoiding cpdef call overhead (most transforms are Python classes with class dicts that require an override check).