This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author dabeaz
Recipients amaury.forgeotdarc, belopolsky, dabeaz, josh.r, martin.panter, meador.inge, pitrou, skrah
Date 2014-07-31.15:34:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1406820846.88.0.922312370398.issue15986@psf.upfronthosting.co.za>
In-reply-to
Content
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).
History
Date User Action Args
2014-07-31 15:34:06dabeazsetrecipients: + dabeaz, amaury.forgeotdarc, belopolsky, pitrou, skrah, meador.inge, martin.panter, josh.r
2014-07-31 15:34:06dabeazsetmessageid: <1406820846.88.0.922312370398.issue15986@psf.upfronthosting.co.za>
2014-07-31 15:34:06dabeazlinkissue15986 messages
2014-07-31 15:34:06dabeazcreate