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 pitrou
Recipients jcon, kristjan.jonsson, mark.dickinson, ncoghlan, paul.moore, petri.lehtinen, pitrou, pv, rupole, skrah, teoliphant, vstinner
Date 2012-01-27.12:42:39
SpamBayes Score 0.0005565278
Marked as misclassified No
Message-id <1327668028.3385.0.camel@localhost.localdomain>
In-reply-to <1327668063.97.0.232435609355.issue10181@psf.upfronthosting.co.za>
Content
> 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?

By the way, I didn't point them, but there are other places in the
memoryview doc where _testbuffer is mentioned.
History
Date User Action Args
2012-01-27 12:42:40pitrousetrecipients: + pitrou, teoliphant, paul.moore, mark.dickinson, ncoghlan, rupole, kristjan.jonsson, vstinner, pv, skrah, jcon, petri.lehtinen
2012-01-27 12:42:39pitroulinkissue10181 messages
2012-01-27 12:42:39pitroucreate