Commit 19698429 authored by Lisandro Dalcin's avatar Lisandro Dalcin

ssize_t in Cython now means Py_ssize_t in C ((ticket #399))

parent c2157cb4
......@@ -950,7 +950,7 @@ class CSSizeTType(CIntType):
from_py_function = "PyInt_AsSsize_t"
def sign_and_name(self):
return "ssize_t"
return "Py_ssize_t"
class CSizeTType(CIntType):
......
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