OK, I´ll take a look on Monday. Perhaps trying to use PyObjec_DelItem() instead of PySequence_DelItem() will fix the issue.
On Sat, Oct 25, 2008 at 8:46 PM, Stefan Behnel <[EMAIL PROTECTED]> wrote: > Hi, > > Lisandro Dalcin wrote: >> This test is failing: tests/run/dictintindex.pyx >> >> Some new optimization is playing bad games? > > See the commit comment for that test. It relates to a recent bug report on the > Pyrex list and will continue to fail until someone fixes it. > > Stefan > _______________________________________________ > 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
