From e93001dff9a35bed6df17035c678da693007b04a Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Thu, 21 Apr 2011 18:17:12 +0200 Subject: [PATCH] build fix --- Cython/Compiler/Code.pxd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.26.2