Nick Coghlan <ncogh...@gmail.com> added the comment:

Antoine's review picked up on several issues I missed or glossed over - I 
actually agree with his point about making most of the new APIs private rather 
than public.

With regards to exposing _testbuffer in the documentation of memoryview's hash 
support, perhaps it would be better to use a 1D bytes object + 
memoryview.cast() to get an officially supported multi-dimensional view of a 
region of memory?

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue10181>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to