[pypy-commit] cffi default: fix

arigo pypy.commits at gmail.com
Mon Dec 21 16:19:54 EST 2015


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r2495:8f48bf33a51e
Date: 2015-12-21 22:19 +0100
http://bitbucket.org/cffi/cffi/changeset/8f48bf33a51e/

Log:	fix

diff --git a/doc/source/using.rst b/doc/source/using.rst
--- a/doc/source/using.rst
+++ b/doc/source/using.rst
@@ -823,7 +823,7 @@
 hurt) to say ``WINAPI`` or ``__stdcall`` when declaring a plain
 function in the ``cdef()``.  (The difference can still be seen if you
 take explicitly a pointer to this function with ``ffi.addressof()``,
-or if the function is ``CFFI_CALL_PYTHON``.)
+or if the function is ``extern "Python"``.)
 
 These calling convention specifiers are accepted but ignored on any
 platform other than 32-bit Windows.


More information about the pypy-commit mailing list