Lisandro Dalcin wrote:
> If you dive into core CPython sources, I would not be surprised to
> find places where PyList_Check() is done and PyList_{Set|Get}Item() is
> next called.But that's a dynamic check, which might be all right for Cython, but it's not the way Pyrex does things. -- Greg _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
