Commit cd31ff67 authored by Stefan Behnel's avatar Stefan Behnel

minor tweak

parent 9f6fc06c
...@@ -84,7 +84,8 @@ cdef class Uninitialized: ...@@ -84,7 +84,8 @@ cdef class Uninitialized:
cdef class Unknown: cdef class Unknown:
pass pass
@cython.locals(dirty=bint, block=ControlBlock, parent=ControlBlock) @cython.locals(dirty=bint, block=ControlBlock, parent=ControlBlock,
assmt=NameAssignment)
cdef check_definitions(ControlFlow flow, dict compiler_directives) cdef check_definitions(ControlFlow flow, dict compiler_directives)
@cython.final @cython.final
......
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