[Cython] failure of withstat
Stefan Behnel
stefan_ml at behnel.de
Tue Feb 10 14:49:46 CET 2009
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
Stefan
More information about the Cython-dev
mailing list