[Cython] cython doesn't compile cdef'd variables of type set?

didier deshommes dfdeshom at gmail.com
Wed Oct 1 23:25:51 CEST 2008


On Wed, Oct 1, 2008 at 5:17 PM, Robert Bradshaw
<robertwb at math.washington.edu> wrote:
>
> You could look at how list and dict are handled at the bottom of
>
> http://hg.cython.org/cython-devel/file/c9f3badef047/Cython/Compiler/
> Builtin.py

Hi Robert,
What is the meaning of lines like this:
("append", "OO",   "i", "PyList_Append")

I'm especially curious about the "OO" and "i" stuff. Is this the only
code change needed to map these calls?

didier

>
> - Robert
>
> _______________________________________________
> Cython-dev mailing list
> Cython-dev at codespeak.net
> http://codespeak.net/mailman/listinfo/cython-dev
>


More information about the Cython-dev mailing list