summaryrefslogtreecommitdiff
path: root/Cython/Compiler/FlowControl.pxd
diff options
context:
space:
mode:
Diffstat (limited to 'Cython/Compiler/FlowControl.pxd')
-rw-r--r--Cython/Compiler/FlowControl.pxd2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cython/Compiler/FlowControl.pxd b/Cython/Compiler/FlowControl.pxd
index c876ee3b1..4a8ef19c1 100644
--- a/Cython/Compiler/FlowControl.pxd
+++ b/Cython/Compiler/FlowControl.pxd
@@ -58,6 +58,8 @@ cdef class ControlFlow:
cdef public dict assmts
+ cdef public Py_ssize_t in_try_block
+
cpdef newblock(self, ControlBlock parent=*)
cpdef nextblock(self, ControlBlock parent=*)
cpdef bint is_tracked(self, entry)