From: Stefan Behnel Date: Thu, 21 Apr 2011 22:10:41 +0000 (+0200) Subject: build fix X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9bc1519182708086a1788312c526fe4d85c623ac;p=cython.git build fix --- diff --git a/Cython/Compiler/Code.pxd b/Cython/Compiler/Code.pxd index 5c705630..df37da95 100644 --- a/Cython/Compiler/Code.pxd +++ b/Cython/Compiler/Code.pxd @@ -59,6 +59,7 @@ cdef class StringConst: cdef public object text cdef public object escaped_value cdef public dict py_strings + cdef public list py_versions @cython.locals(intern=bint, is_str=bint, is_unicode=bint) cpdef get_py_string_const(self, encoding, identifier=*, is_str=*, py3str_cstring=*)