Message284956
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. |
|
Date |
User |
Action |
Args |
2017-01-08 03:41:20 | methane | set | recipients:
+ methane, ncoghlan, belopolsky, vstinner, Yury.Selivanov, serhiy.storchaka, yselivanov, eryksun, xiang.zhang |
2017-01-08 03:41:20 | methane | set | messageid: <1483846880.57.0.364032608363.issue29178@psf.upfronthosting.co.za> |
2017-01-08 03:41:20 | methane | link | issue29178 messages |
2017-01-08 03:41:20 | methane | create | |
|