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
-- 
https://mail.python.org/mailman/listinfo/python-announce-list

        Support the Python Software Foundation:
        http://www.python.org/psf/donations/

Reply via email to