From: Stefan Behnel Date: Thu, 21 Apr 2011 16:17:12 +0000 (+0200) Subject: build fix X-Git-Url: http://git.tremily.us/?p=cython.git;a=commitdiff_plain;h=e93001dff9a35bed6df17035c678da693007b04a build fix --- 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