Commit 5a02a703 authored by William Stein's avatar William Stein

Added support for automatic conversion of input types to Py_ssize_t.

parent 3a3c13e9
......@@ -293,7 +293,7 @@ class CNumericType(CType):
default_value = "0"
parsetuple_formats = ( # rank -> format
"?HIkK????", # unsigned
"?HIkKn???", # unsigned
"chilL?fd?", # signed
)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment