David Beazley added the comment:

One of the other goals of memoryviews is to make memory access less hacky.  To 
that end, it would be nice to have the .buf attribute available given that all 
of the other attributes are already there.  I don't see why people should need 
to do some even more hacky hack thing on top of hacks just to expose the 
pointer (which they'll figure out how to do anyway if they actually need to use 
it for something).

----------

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

Reply via email to