Dag Sverre Seljebotn wrote: >> Another thing bothers me a bit. Your simple little >> __getitem__ example is all very well, but a full-blown >> NumPy array with multiple dimensions and strides and >> whatnot is a rather complicated beast. > > Robert's answered already but here's my thoughts on the matter. > > If you haven't read it already, I've written about this in my GSoC > application: > > http://wiki.cython.org/DagSverreSeljebotn/soc/details
BTW, scroll to the very bottom of that page and you'll find a full __getitem__ example. -- Dag Sverre _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
