Commit 1e1c9775 authored by Stefan Behnel's avatar Stefan Behnel

build fix

parent ab8cc22d
......@@ -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=*)
......
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