On Mon, Nov 10, 2008 at 12:38 PM, David Cournapeau <[EMAIL PROTECTED]> wrote:

>
> This sounds like the right solution, but OTOH, since I am not familiar
> with the cython codebase at all, I will prepare a patch following the
> first solution, and I guess you can always improve it later.

Ok, I made a patch which makes strides/shape to be Py_ssize_t arrays
instead of npy_intp, and create temporary buffers when
sizeof(Py_ssize_t) != sizeof(npy_intp_t). I have not tested it
thouroughly, but it made the tests which failed work on python 2.4 on
RHEL 64 bits.

Can I have an account to put the mercurial bundle somewhere ?

cheers,

David
_______________________________________________
Numpy-discussion mailing list
[email protected]
http://projects.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to