From 116e9fd2058d77177be070d20bdda89633a207c3 Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Sat, 6 Apr 2013 07:42:55 +0200 Subject: [PATCH] fix build --- Cython/Compiler/Code.pxd | 1 + 1 file changed, 1 insertion(+) diff --git a/Cython/Compiler/Code.pxd b/Cython/Compiler/Code.pxd index 37695b8..dbd0393 100644 --- a/Cython/Compiler/Code.pxd +++ b/Cython/Compiler/Code.pxd @@ -30,6 +30,7 @@ cdef class FunctionState: cdef public bint in_try_finally cdef public object exc_vars + cdef public bint can_trace cdef public list temps_allocated cdef public dict temps_free -- 2.7.4