projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
756d087
)
build fix
author
Stefan Behnel
<scoder@users.berlios.de>
Thu, 21 Apr 2011 16:17:12 +0000
(18:17 +0200)
committer
Stefan Behnel
<scoder@users.berlios.de>
Thu, 21 Apr 2011 16:17:12 +0000
(18:17 +0200)
Cython/Compiler/Code.pxd
patch
|
blob
|
history
diff --git
a/Cython/Compiler/Code.pxd
b/Cython/Compiler/Code.pxd
index f84e05060f018e16b61a939c8b10fad892153c08..5c705630bfdad1146b460060de95d597d7e973e9 100644
(file)
--- 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