Commit 116e9fd2 authored by Stefan Behnel's avatar Stefan Behnel

fix build

parent ba465d1e
......@@ -30,6 +30,7 @@ cdef class FunctionState:
cdef public bint in_try_finally
cdef public object exc_vars
cdef public bint can_trace
cdef public list temps_allocated
cdef public dict temps_free
......
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