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 methane
Recipients Yury.Selivanov, belopolsky, eryksun, methane, ncoghlan, serhiy.storchaka, vstinner, xiang.zhang, yselivanov
Date 2017-01-08.03:41:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1483846880.57.0.364032608363.issue29178@psf.upfronthosting.co.za>
In-reply-to
Content
You're right!  How difficult working with memoryview!

> The memoryview constructor could take start, stop, and step keyword-only arguments to avoid having to immediately slice a new view.

Maybe, memoryview.to_bytes() is better place to add such options.

memoryview(x) can accept multi dimensional arrays, and itemsize can be >=1.
It's too complex when working with byte sequence.
History
Date User Action Args
2017-01-08 03:41:20methanesetrecipients: + methane, ncoghlan, belopolsky, vstinner, Yury.Selivanov, serhiy.storchaka, yselivanov, eryksun, xiang.zhang
2017-01-08 03:41:20methanesetmessageid: <1483846880.57.0.364032608363.issue29178@psf.upfronthosting.co.za>
2017-01-08 03:41:20methanelinkissue29178 messages
2017-01-08 03:41:20methanecreate