Skip to content Skip to sidebar Skip to footer
Showing posts with the label Python Cffi

Python Cffi Memory Management Issues

I am programming on Ubuntu, with Python 2.7.3. I am using CFFI to populate a Python list with value… Read more Python Cffi Memory Management Issues

Using Python's Cffi And Excluding System Headers

I'm trying to use Python's CFFI to develop Python bindings to a scientific model written in… Read more Using Python's Cffi And Excluding System Headers