Stefan Krah <stefan-use...@bytereef.org> added the comment: The fix would require all of these functions from memoryview.c (3.3):
last_dim_is_contiguous cmp_structure copy_base copy_rec copy_buffer How to avoid code duplication? I could move them into abstract.c, but conceptually they're really just low level buffer interface functions. Also, they make a lot of assumptions (ndim >= 1, PyBUF_FULL) that are a little dangerous for a general interface. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue12834> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com