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