Re: Passing C pionters to Python for use with cffi

2013-10-18 Thread Eric Frederich
Dieter, Thanks for the reply. I actually have a fully working set of bindings using Cython. I'm looking to move away from Cython and use cffi. My reasoning is that with cffi my binding package would be pure python. Also, I want my all my code to be Python, not Cython. I don't care about performan

Re: Passing C pionters to Python for use with cffi

2013-10-10 Thread dieter
Eric Frederich writes: > I'm extending an application that supports customization using the C > language. > I am able to write standalone python applications that use the C API's > using cffi. > This is good, but only a first step. > > This application allows me to register code that will run on

Passing C pionters to Python for use with cffi

2013-10-10 Thread Eric Frederich
Hello, I'm extending an application that supports customization using the C language. I am able to write standalone python applications that use the C API's using cffi. This is good, but only a first step. This application allows me to register code that will run on various events but it has to b