That's a 32 vs 64 bit issue...I'm fine with you fixing it (or I could do it myself).
- Robert On May 30, 2008, at 3:02 AM, Dag Sverre Seljebotn wrote: > Title says it all: > > File "/home/dagss/cython/may30/BUILD/run/big_indices.so", line 108, in > big_indices > Failed example: > test() > Expected: > neg -1 > pos 4294967294 > neg > pos > neg > pos > Got: > neg -1 > pos 18446744073709551614 > neg > pos > neg > pos > > > (I rather not fix test cases I didn't write and know in detail.) > > > -- > Dag Sverre > _______________________________________________ > Cython-dev mailing list > [email protected] > http://codespeak.net/mailman/listinfo/cython-dev _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
