From 1e1c9775120f93892dae08d22a4a4f58207eac69 Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Fri, 22 Apr 2011 00:10:41 +0200 Subject: [PATCH] build fix --- Cython/Compiler/Code.pxd | 1 + 1 file changed, 1 insertion(+) 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=*) -- 2.26.2