[Cython] Cython 0.9.6.14 release candidate
Neal Becker
ndbecker2 at gmail.com
Thu May 1 20:46:42 CEST 2008
Stefan Behnel wrote:
> Hi,
>
> Neal Becker wrote:
>> Stefan Behnel wrote:
>>> Neal Becker wrote:
>> ...
>>>> These are probably harmless 32/64 bit errors? Tests should be fixed?
>>> Sure, looks like the test is broken here. What is sys.maxint on a 64 bit
>>> platform?
>>
>> python -c 'import sys; print sys.maxint'
>> 9223372036854775807
>>
>> This is x86_64
>
> I pushed a fix for the test case. Could you try it?
>
> Thanks,
> Stefan
Ran 213 tests in 22.508s
OK
More information about the Cython-dev
mailing list