X-Git-Url: http://git.tremily.us/?p=cython.git;a=blobdiff_plain;f=Cython%2FCompiler%2FCode.pxd;h=5c705630bfdad1146b460060de95d597d7e973e9;hp=f84e05060f018e16b61a939c8b10fad892153c08;hb=e93001dff9a35bed6df17035c678da693007b04a;hpb=6a776268d45049eca6170b22e2acecf42cdab449 diff --git a/Cython/Compiler/Code.pxd b/Cython/Compiler/Code.pxd index f84e0506..5c705630 100644 --- a/Cython/Compiler/Code.pxd +++ b/Cython/Compiler/Code.pxd @@ -61,7 +61,7 @@ cdef class StringConst: cdef public dict py_strings @cython.locals(intern=bint, is_str=bint, is_unicode=bint) - cpdef get_py_string_const(self, encoding, identifier=*, is_str=*) + cpdef get_py_string_const(self, encoding, identifier=*, is_str=*, py3str_cstring=*) ## cdef class PyStringConst: ## cdef public object cname