projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a3c13e
)
Added support for automatic conversion of input types to Py_ssize_t.
author
William Stein
<wstein@gmail.com>
Fri, 3 Nov 2006 23:34:39 +0000
(15:34 -0800)
committer
William Stein
<wstein@gmail.com>
Fri, 3 Nov 2006 23:34:39 +0000
(15:34 -0800)
Cython/Compiler/PyrexTypes.py
patch
|
blob
|
history
diff --git
a/Cython/Compiler/PyrexTypes.py
b/Cython/Compiler/PyrexTypes.py
index 09513fb7b89cee08970772df8459c5de0243ba12..c3ea8343b547a4becc026c2031d3b6b9042da5d0 100644
(file)
--- a/
Cython/Compiler/PyrexTypes.py
+++ b/
Cython/Compiler/PyrexTypes.py
@@
-293,7
+293,7
@@
class CNumericType(CType):
default_value = "0"
parsetuple_formats = ( # rank -> format
- "?HIkK
?
???", # unsigned
+ "?HIkK
n
???", # unsigned
"chilL?fd?", # signed
)