add some more typing in FlowControl.py
authorStefan Behnel <stefan_ml@behnel.de>
Mon, 4 Feb 2013 21:43:26 +0000 (22:43 +0100)
committerStefan Behnel <stefan_ml@behnel.de>
Mon, 4 Feb 2013 21:43:26 +0000 (22:43 +0100)
Cython/Compiler/FlowControl.pxd

index c35dea5..b3b266e 100644 (file)
@@ -66,6 +66,8 @@ cdef class ControlFlow:
      cpdef mark_argument(self, lhs, rhs, entry)
      cpdef mark_deletion(self, node, entry)
      cpdef mark_reference(self, node, entry)
+
+     @cython.locals(block=ControlBlock, parent=ControlBlock, unreachable=set)
      cpdef normalize(self)
 
      @cython.locals(bit=object, assmts=AssignmentList,