Message284956
| 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: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 | |