Commit aa9e1b6a authored by Stefan Behnel's avatar Stefan Behnel

fix build

parent e61f272a
......@@ -63,6 +63,7 @@ cdef class CreateClosureClasses(CythonTransform):
cdef class GilCheck(VisitorTransform):
cdef list env_stack
cdef bint nogil
cdef bint nogil_declarator_only
cdef class TransformBuiltinMethods(EnvTransform):
cdef visit_cython_attribute(self, 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