Message286774
> Oh by the way, I forgot to mention a subtle change.
> PyObject_GetBuffer(PyBUF_SIMPLE) is less strict that PyArg_Parse("y#") /
> "buffer" converter of Argument Clinic: getargs.c also checks that the
> buffer is contiguous, extract of getbuffer():
We already made such changes in the past. The difference is subtle and I have
doubts that choosing any of ways was deliberate. |
|
Date |
User |
Action |
Args |
2017-02-02 12:37:24 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, vstinner, larry, methane, python-dev, martin.panter |
2017-02-02 12:37:24 | serhiy.storchaka | link | issue29300 messages |
2017-02-02 12:37:24 | serhiy.storchaka | create | |
|