cffi — pythoncapi 0.1 documentation (original) (raw)

An alternative to the C API is to rewrite a C extension using cffi.

XXX write a better rationale why migrating to cffi!

Questions:

Small practical issue: cffi is not part of the Python 3.7 standard library yet. Previous attempt to add it, in 2013: [Python-Dev] cffi in stdlib.

See also Cython and Remove the C API.