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 dabeaz, pitrou, skrah
Date 2012-09-14.17:00:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1347642027.59.0.570448315359.issue15944@psf.upfronthosting.co.za>
In-reply-to
Content
No, I want to be able to access the raw bytes sitting behind a memoryview as bytes without all of this casting and reinterpretation.  Just show me the raw bytes.  Not doubles, not ints, not structure packing, not copying into byte strings, or whatever.   Is this really impossible?   It sure seems so.
History
Date User Action Args
2012-09-14 17:00:27dabeazsetrecipients: + dabeaz, pitrou, skrah
2012-09-14 17:00:27dabeazsetmessageid: <1347642027.59.0.570448315359.issue15944@psf.upfronthosting.co.za>
2012-09-14 17:00:06dabeazlinkissue15944 messages
2012-09-14 17:00:06dabeazcreate