Dear Thomas, This should be fixed in 'cython-devel' repo. All numeric, string and container builtin types (plus slice and file) are supported for all Python versions. Let us know if you give a try to cython-devel and something does not work.
Of course, in Py2.3 your C compiler will fail if you use 'set', perhaps this could be emulated somewhat with sets.Set and set.InmutableSet, but I do not tried that when I wrote the patch fixing your problem. Regards, On Wed, Oct 1, 2008 at 3:29 PM, Thomas Keller <[EMAIL PROTECTED]> wrote: > This may be a foolish question, but I'm still getting used to to > Cython. I was under the impression that you can cdef all the basic > python types like list, dict,tuple etc. However, when I try to cdef variables > of type set, Cython gives a compile error. Is it simply unsupported at > this time or am I completely missing something? I imagine either way > it wouldn't speed things up that much. > Regards, > Thomas Keller > _______________________________________________ > 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
