Commit a3f75eea authored by Vitja Makarov's avatar Vitja Makarov

Add closure_temps .pxd declaration

parent cd36e80c
......@@ -34,6 +34,8 @@ cdef class FunctionState:
cdef public dict temps_used_type
cdef public size_t temp_counter
cdef public object closure_temps
@cython.locals(n=size_t)
cpdef new_label(self, name=*)
cpdef tuple get_loop_labels(self)
......
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