On Mon, Mar 16, 2009 at 4:10 AM, Charles R Harris
<charlesr.har...@gmail.com> 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 running tests on Python 2.4
> for the release?

At least I do - I have access to a RHEL machine, where the default
python is 2.4. Since it is 64 bits as well, it is pretty good to
detect those kind of problems.

David
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to