Author: Armin Rigo <[email protected]> Branch: static-callback Changeset: r2413:8aa61a86ab44 Date: 2015-11-18 08:08 +0100 http://bitbucket.org/cffi/cffi/changeset/8aa61a86ab44/
Log: flow diff --git a/doc/source/using.rst b/doc/source/using.rst --- a/doc/source/using.rst +++ b/doc/source/using.rst @@ -608,7 +608,7 @@ The ``extern "Python"`` functions cannot be variadic for now. This may be implemented in the future. -The corresponding Python callback function is defined with the +Each corresponding Python callback function is defined with the ``@ffi.def_extern()`` decorator. Be careful when writing this function: if it raises an exception, or tries to return an object of the wrong type, then the exception cannot be propagated. Instead, the _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
