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

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

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

Declare Struct Containing Time_t Field In Python CFFI

I am using CFFI to call a C function from Python that returns a struct. The struct is defined with … Read more Declare Struct Containing Time_t Field In Python CFFI