Josiah Carlson wrote: > About the only issue I can see with implementing the mechanism as you > describe is that everything that wants to offer the buffer interface > would need to store its data in a PyArray structure.
And that wouldn't be acceptable, because the point of the buffer interface is to provide access to memory which is *not* kept in any standard kind of container. Often the memory is allocated and managed by an external library, and we have no control over it. -- Greg _______________________________________________ Python-3000 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com
