[Cython] failure of withstat
Dag Sverre Seljebotn
dagss at student.matnat.uio.no
Tue Feb 10 14:54:28 CET 2009
Stefan Behnel wrote:
> Lisandro Dalcin wrote:
>
>> $ diff BUILD/run/c/withstat.c BUILD/run/cpp/withstat.cpp
>> < ... lots of output, a bit below >
>> 867,868c838,839
>> < __Pyx_DECREF(__pyx_v___tmpvar_1);
>> < __pyx_v___tmpvar_1 = Py_None;
>> ---
>>
>>> __Pyx_DECREF(__pyx_v___tmpvar_40);
>>> __pyx_v___tmpvar_40 = Py_None;
>>>
>
> Dag already hijacked a bug report for this.
>
> http://trac.cython.org/cython_trac/ticket/151
>
Heh. Well, it was my fix for #151 which broke things, so that's why...
I'm mystified as to what is going on though, and won't have more time to
look at it for some days. Suggestions welcome.
Dag Sverre
More information about the Cython-dev
mailing list