Re: [Numpy-discussion] Py_ssize_t

2009-03-15 Thread David Cournapeau
On Mon, Mar 16, 2009 at 4:10 AM, Charles R Harris wrote: > Some of the calls to the python c-api have been changed to use Py_ssize_t. > As Py_ssize_t was not available in Python 2.4 I wonder if we check if it is > defined and set it to int if not. Yes, we do, in ndarrayobject.h > Also, are we ru

[Numpy-discussion] Py_ssize_t

2009-03-15 Thread Charles R Harris
Some of the calls to the python c-api have been changed to use Py_ssize_t. As Py_ssize_t was not available in Python 2.4 I wonder if we check if it is defined and set it to int if not. Also, are we running tests on Python 2.4 for the release? Chuck ___ N