Commit 9bc15191 authored by Stefan Behnel's avatar Stefan Behnel

build fix

parent ad10a520
...@@ -59,6 +59,7 @@ cdef class StringConst: ...@@ -59,6 +59,7 @@ cdef class StringConst:
cdef public object text cdef public object text
cdef public object escaped_value cdef public object escaped_value
cdef public dict py_strings cdef public dict py_strings
cdef public list py_versions
@cython.locals(intern=bint, is_str=bint, is_unicode=bint) @cython.locals(intern=bint, is_str=bint, is_unicode=bint)
cpdef get_py_string_const(self, encoding, identifier=*, is_str=*, py3str_cstring=*) cpdef get_py_string_const(self, encoding, identifier=*, is_str=*, py3str_cstring=*)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment