rogerbinns / apsw

Another Python SQLite wrapper
https://rogerbinns.github.io/apsw/
Other
715 stars 96 forks source link

PyObject_GetBuffer should also do a PyBuffer_isContiguous #484

Closed rogerbinns closed 9 months ago

rogerbinns commented 10 months ago

We need to do a contiguous check on all the simple buffers obtained. (The Python documentation around all this is terrible.)