Message232941
Updated patch addresses Antoine's comments.
I still hesitate about C-contiguousity. Looks as all buffers created in the stdlib are C-contiguous, so we can't test non-contiguous buffers. Shouldn't PyObject_AsCharBuffer (or even PyObject_AsReadBuffer and_PyBuffer_Converter) accept only C-contiguous buffers? Who are buffer protocol experts? |
|
| Date |
User |
Action |
Args |
| 2014-12-19 17:03:05 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, belopolsky, pitrou, larry, Arfrever |
| 2014-12-19 17:03:03 | serhiy.storchaka | set | messageid: <[email protected]> |
| 2014-12-19 17:03:03 | serhiy.storchaka | link | issue22896 messages |
| 2014-12-19 17:03:03 | serhiy.storchaka | create | |
|