projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a4ef8d
)
Fix a Py_ssize_t build problem.
author
William Stein
<wstein@gmail.com>
Fri, 27 Oct 2006 11:22:40 +0000
(06:22 -0500)
committer
William Stein
<wstein@gmail.com>
Fri, 27 Oct 2006 11:22:40 +0000
(06:22 -0500)
Cython/Compiler/PyrexTypes.py
patch
|
blob
|
history
diff --git
a/Cython/Compiler/PyrexTypes.py
b/Cython/Compiler/PyrexTypes.py
index 128f41d49ed6a6d05a865229f20f01c2c427a8fe..09513fb7b89cee08970772df8459c5de0243ba12 100644
(file)
--- a/
Cython/Compiler/PyrexTypes.py
+++ b/
Cython/Compiler/PyrexTypes.py
@@
-748,6
+748,7
@@
sign_and_rank_to_type = {
(0, 2): c_uint_type,
(0, 3): c_ulong_type,
(0, 4): c_ulonglong_type,
+ (0, 5): c_ulonglong_type, # I'm not sure about this. this should be for size_t Py_ssize_t
(1, 0): c_char_type,
(1, 1): c_short_type,
(1, 2): c_int_type,