rogerbinns / apsw

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

PyObject_GetBuffer should also do a PyBuffer_isContiguous #484

Closed rogerbinns closed 1 year ago

rogerbinns commented 1 year ago

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