Just to be sure... Did you realize that a C++ only run (and also a C only run passing --no-cpp) of the testsuite
$ python runtests.py --no-c withstat do indeed succeed? On Tue, Feb 10, 2009 at 11:54 AM, Dag Sverre Seljebotn <[email protected]> wrote: > 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 > _______________________________________________ > Cython-dev mailing list > [email protected] > http://codespeak.net/mailman/listinfo/cython-dev > -- Lisandro Dalcín --------------- Centro Internacional de Métodos Computacionales en Ingeniería (CIMEC) Instituto de Desarrollo Tecnológico para la Industria Química (INTEC) Consejo Nacional de Investigaciones Científicas y Técnicas (CONICET) PTLC - Güemes 3450, (3000) Santa Fe, Argentina Tel/Fax: +54-(0)342-451.1594 _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
