[Cython] List type, link on Wiki front-page

Stéfan van der Walt stefan at sun.ac.za
Mon May 4 20:33:21 CEST 2009


Hi all,

Is there a way to tell Cython if you are using a homogeneous list?  E.g.

cdef list[int] my_list

my_list.append(1)
my_list.append(2)


I don't have access to edit the Wiki, but the link to
WritingFastPyrexCode should be

http://wiki.sagemath.org/WritingFastPyrexCode

Thanks,
Stéfan


More information about the Cython-dev mailing list