Commit abaa1710 authored by Stefan Behnel's avatar Stefan Behnel

include RecursiveNodeReplacer in optimised Visitor classes

parent c08c8140
......@@ -23,3 +23,7 @@ cdef class CythonTransform(VisitorTransform):
cdef class EnvTransform(CythonTransform):
cdef public list env_stack
cdef class RecursiveNodeReplacer(VisitorTransform):
cdef public orig_node
cdef public new_node
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment