[pypy-commit] cffi cffi-1.0: Mention this

arigo noreply at buildbot.pypy.org
Sun May 17 14:25:55 CEST 2015


Author: Armin Rigo <arigo at tunes.org>
Branch: cffi-1.0
Changeset: r2036:7597ea7dd9b6
Date: 2015-05-17 14:26 +0200
http://bitbucket.org/cffi/cffi/changeset/7597ea7dd9b6/

Log:	Mention this

diff --git a/doc/source/cdef.rst b/doc/source/cdef.rst
--- a/doc/source/cdef.rst
+++ b/doc/source/cdef.rst
@@ -489,6 +489,9 @@
 
 * Thread-local variables (access them via getter/setter functions)
 
+* Function pointers with non-default calling conventions (e.g. on
+  Windows, "stdcall").
+
 Note that since version 0.8, declarations like ``int field[];`` in
 structures are interpreted as variable-length structures.  Declarations
 like ``int field[...];`` on the other hand are arrays whose length is


More information about the pypy-commit mailing list