Author: Armin Rigo <[email protected]> Branch: Changeset: r449:966140634c2d Date: 2012-06-18 13:35 +0200 http://bitbucket.org/cffi/cffi/changeset/966140634c2d/
Log: Add a reference to Cython here. diff --git a/doc/source/index.rst b/doc/source/index.rst --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -21,7 +21,7 @@ or the API (Application Programming Interface). Usually, C libraries have a specified C API but often not an ABI (e.g. they may document a "struct" as having at least these fields, but maybe more). - (ctypes_ works at the ABI level, whereas `native C extensions`_ + (ctypes_ works at the ABI level, whereas Cython_ and `native C extensions`_ work at the API level.) * We try to be complete. For now some C99 constructs are not supported, _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
