Hi, New to cython, and I found the sphinx documentation very helpful. However, I didn't find much about dictionaries and lists. How does cython handle these....for example, if I were to have a list of strings....is there a way to inform cython about this so that it could be compiled? I'm assuming non-homogeneous lists are not candidates for optimizations (correct?). In general, I guess I am looking for more discussion/help about such topics. Any pointers would be appreciated.
Thanks. _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
