Commit 57eeea18 authored by Stefan Behnel's avatar Stefan Behnel

fix build

parent 5df0ac1a
......@@ -25,6 +25,7 @@ cdef class FunctionState:
cdef public object return_label
cdef public object continue_label
cdef public object break_label
cdef public list yield_labels
cdef public object return_from_error_cleanup_label # not used in __init__ ?
......
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