I want to expose a buffer protocol for a object, just like in this example of the Cython documentation, however I need to do this using CFFI and I wasn’t able to find any examples to expose a buffer protocol.
The post Buffer protocol using CFFI appeared first on BlogoSfera.