Author: Armin Rigo <[email protected]>
Branch: static-callback
Changeset: r2411:cb74a1bcbad5
Date: 2015-11-17 18:03 +0100
http://bitbucket.org/cffi/cffi/changeset/cb74a1bcbad5/

Log:    link to the reason for the callback new-style

diff --git a/doc/source/using.rst b/doc/source/using.rst
--- a/doc/source/using.rst
+++ b/doc/source/using.rst
@@ -433,7 +433,10 @@
 ABI-mode solution.
 
 This is *new in version 1.4.*  Use Callbacks_ if backward compatibility
-is an issue.
+is an issue.  (The original callbacks have more overhead and potential
+issues with libffi; see the warning__.)
+
+.. __: Callbacks_
 
 In the builder script, declare in the cdef a function prefixed with
 ``CFFI_CALL_PYTHON``::
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to