>> Now testing at least starts, but seems to have some errors:
>
> * warning: left shift count >= width of type
>
> I don't get these locally. The problem is in __Pyx_GetItemGeneric, second
> line: "1ULL << (sizeof(Py_ssize_t)*8)". Looks like that's not 64bit clean.
>

PyInt_FromSsize_t() should be used here....




-- 
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
Cython-dev@codespeak.net
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to