[Cython] test failure for cython-devel in Py2.4

Stefan Behnel stefan_ml at behnel.de
Thu Oct 13 10:05:09 CEST 2011


Robert Bradshaw, 13.10.2011 09:26:
> On Wed, Oct 12, 2011 at 10:10 PM, Stefan Behnel wrote:
>> mark florisson, 12.10.2011 23:46:
>>>> Is it me or are other builds broken as well?
>>>>
>>>> I pushed a fix for the tempita thing, but it seems the entire py3k build
>>>> is broken:
>>>>
>>>> https://sage.math.washington.edu:8091/hudson/view/All/job/cython-devel-build/54/PYVERSION=py3k/console
>>
>> It's not only the py3k tests, the build is broken in general. The problem
>> here is that it only *shows* in the py3k tests because the Py2 builds do not
>> bail out when one of the Cython modules fails to build. That needs fixing as
>> well.
>>
>> My guess was that it's due to the innocent looking change that Robert did to
>> enable type inference for the GeneralCallNode. It seems that there was a bit
>> more to do here.
>
> This has been rolled back, but that didn't fix things...

Hmm, ok, sorry then. That's the kind of thing I meant when I said that it 
becomes hard to pinpoint bugs when things are broken already. That change 
was the only functional change before the build broke in Jenkins...

Stefan


More information about the cython-devel mailing list