Message267069
| Author | serhiy.storchaka |
|---|---|
| Recipients | Henning.von.Bargen, benjamin.peterson, docs@python, martin.panter, pitrou, python-dev, r.david.murray, serhiy.storchaka |
| Date | 2016-06-03.07:18:48 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1464938329.26.0.923562956212.issue20699@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Since the _pyio implementation doesn't support general memoryview-like objects, I consider using the new buffer protocol in the C implementation an implementation detail. Other implementations can lack this support. I think it would be better to left the wording more general ("preallocated writable array of bytes"), but mention other concrete example (array('b'), are there other examples in the stdlib?). |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-06-03 07:18:49 | serhiy.storchaka | set | recipients: + serhiy.storchaka, pitrou, benjamin.peterson, r.david.murray, docs@python, python-dev, martin.panter, Henning.von.Bargen |
| 2016-06-03 07:18:49 | serhiy.storchaka | set | messageid: <1464938329.26.0.923562956212.issue20699@psf.upfronthosting.co.za> |
| 2016-06-03 07:18:49 | serhiy.storchaka | link | issue20699 messages |
| 2016-06-03 07:18:48 | serhiy.storchaka | create | |