On Tue, Jun 9, 2009 at 5:41 AM, Robert
Bradshaw<[email protected]> wrote:
>
> Does the new patch there resolve the issue?
>

Yes, it seems to fix the issue... Just tested from a fresh SVN update
with the latest patch applied.

BTW, I'm getting this failure in Py3k... we should handle this, though
not sure about what to do.

extdelslice.cpp:464: error: invalid conversion from ‘int
(*)(PyObject*, Py_ssize_t, Py_ssize_t, PyObject*)’ to ‘void*’
extsetslice.cpp:466: error: invalid conversion from ‘int
(*)(PyObject*, Py_ssize_t, Py_ssize_t, PyObject*)’ to ‘void*’


I'm also getting other failures, some are changes in exception
messages, other are related to division ....

This one is very nince :-)

<...> in complex_numbers_T305
Failed example:
    test_arithmetic(2j, 4j)
Expected:
    (-2j, 6j, -2j, (-8+0j), (0.5+0j))
Got:
    ((-0-2j), 6j, -2j, (-8+0j), (0.5+0j))


-- 
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

Reply via email to