Author: Armin Rigo <ar...@tunes.org> Branch: Changeset: r2528:24e89b804296 Date: 2016-01-06 12:28 +0100 http://bitbucket.org/cffi/cffi/changeset/24e89b804296/
Log: emphasis diff --git a/doc/source/using.rst b/doc/source/using.rst --- a/doc/source/using.rst +++ b/doc/source/using.rst @@ -476,7 +476,7 @@ ``@ffi.def_extern()``. The ``@ffi.def_extern()`` decorator should be applied to a global -function, once. This is because each function from the cdef with +function, but *only once.* This is because each function from the cdef with ``extern "Python"`` turns into only one C function. To support some corner cases, it is possible to redefine the attached Python function by calling ``@ffi.def_extern()`` again---but this is not recommended! _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit