Commit 08e22bb4 authored by Stefan Behnel's avatar Stefan Behnel

Merge branch '0.29.x'

parents 6a6a8f45 d55bb94a
......@@ -11,10 +11,8 @@ cdef class ControlBlock:
cdef public list stats
cdef public dict gen
cdef public set bounded
cdef public dict input
cdef public dict output
# Big integer it bitsets
# Big integer bitsets
cdef public object i_input
cdef public object i_output
cdef public object i_gen
......
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