[SciPy-dev] 64-bit testing needed

Travis Oliphant oliphant at ee.byu.edu
Tue Nov 8 13:00:19 EST 2005


I just made some changes to the slice parsing code to allow numbers 
larger than a platform int.  This only affects 64-bit platforms where 
sizeof(intp) != sizeof(int).

I need someone to test the new SVN to make sure I changed all the right 
places.  The changed subroutines are in arrayobject.c

parse_index
parse_subindex
slice_GetIndices
slice_coerce_index

I'm especially interested in warnings on compile. 

-Travis




More information about the SciPy-Dev mailing list