Re: [Cython] Cython 0.17 final released

2012-09-17 Thread Robert Bradshaw
On Sun, Sep 16, 2012 at 1:48 PM, Yaroslav Halchenko wrote: > > On Sat, 01 Sep 2012, Stefan Behnel wrote: >> Release notes: http://wiki.cython.org/ReleaseNotes-0.17 > > http://wiki.cython.org/ReleaseHistory > references only 0.16 for me > ;-) Fixed. ___

Re: [Cython] new FFI library for Python

2012-09-17 Thread Dag Sverre Seljebotn
Saravanan Shanmugham wrote: >I have been using CFFI for wrapping a whole bunch of C libraries and I >can >tell you its way easier than Cython. > >And a couple of clarifications of misconceptions mentioned on this >list. >1. It does not "require" GCC at run time. The extension can be compiled >a

[Cython] new FFI library for Python

2012-09-17 Thread Saravanan Shanmugham
I have been using CFFI for wrapping a whole bunch of C libraries and I can tell you its way easier than Cython. And a couple of clarifications of misconceptions mentioned on this list. 1. It does not "require" GCC at run time. The extension can be compiled at package/install time using the GCC