Commit 5535b8a2 authored by Stefan Behnel's avatar Stefan Behnel

include EnvTransform in optimised Visitor classes

parent 5a11f500
......@@ -20,3 +20,6 @@ cdef class VisitorTransform(TreeVisitor):
cdef class CythonTransform(VisitorTransform):
cdef public context
cdef public current_directives
cdef class EnvTransform(CythonTransform):
cdef public list env_stack
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