CFFI 1.0.1 released

Armin Rigo arigo at tunes.org
Thu May 21 12:00:50 CEST 2015


Hi all,

CFFI 1.0.1 final has now been released for CPython! CFFI is a (CPython
and PyPy) module to interact with C code from Python.

The main news from CFFI 0.9 is the new way to build extension modules:
the "out-of-line" mode, where you have a separate build script. When
this script is executed, it produces the extension module. This comes
with associated Setuptools support that fixes the headache of
distributing your own CFFI-using packages. It also massively cuts down
the import times.

Read more about it at:  http://morepypy.blogspot.com


Armin Rigo


More information about the Python-announce-list mailing list