Author: Armin Rigo <ar...@tunes.org> Branch: Changeset: r2722:28b9b2f71a46 Date: 2016-07-07 12:23 +0200 http://bitbucket.org/cffi/cffi/changeset/28b9b2f71a46/
Log: Link to the issue's comment diff --git a/doc/source/cdef.rst b/doc/source/cdef.rst --- a/doc/source/cdef.rst +++ b/doc/source/cdef.rst @@ -506,7 +506,10 @@ ``long *``) or in other locations (e.g. a global array ``int a[5];`` must not be misdeclared ``long a[5];``). CFFI considers `all types listed above`_ as primitive (so ``long long a[5];`` and ``int64_t a[5]`` are -different declarations). +different declarations). The reason for that is detailed in `a comment +about an issue.`__ + +.. __: https://bitbucket.org/cffi/cffi/issues/265/cffi-doesnt-allow-creating-pointers-to#comment-28406958 ffibuilder.compile() etc.: compiling out-of-line modules _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit