Hi, Lisandro Dalcin wrote: > Travis designed the interface that way in order to avoid > any kind of Python object allocations.
Ok, I buy that. I had already tried making Py_buffer a builtin struct type before writing my proposal, but that's trickier than you might think. I found a way to do that now, so I'll see that I can provide the interface exactly the way it is. Stefan _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
