Stefan Behnel wrote: > This would normally call for two special functions __getbuffer__ and > __releasebuffer__. To me, however, this looks like an extremely C-ish > interface that does not fit Cython at all.
That's because it's designed for use by C code, not by Python code. Trying to make it more "Python-like" would defeat the purpose of having it in the first place. -- Greg _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
