From: Stefan Behnel Date: Sat, 6 Apr 2013 05:42:55 +0000 (+0200) Subject: fix build X-Git-Tag: 0.19b1~4^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=116e9fd2058d77177be070d20bdda89633a207c3;p=platform%2Fupstream%2Fpython-cython.git fix build --- 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