Hi! I'd like to store (not for the world to see, just my code) a list of pointers to C structs.
When I do: cdef list lists and then instance.lists = [some_list] It says: Cannot convert 'playlist *' to Python object Is there any way to have a «vector»-esque datastructure in Cython? (dynamically sized array) -- Kindest regards, Jørgen P. Tjernø. _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
