Author: Armin Rigo <[email protected]> Branch: Changeset: r1860:ccbd4be0624d Date: 2015-04-27 19:13 +0200 http://bitbucket.org/cffi/cffi/changeset/ccbd4be0624d/
Log: Mention the bug diff --git a/doc/source/index.rst b/doc/source/index.rst --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -437,9 +437,9 @@ types ``TBYTE TCHAR LPCTSTR PCTSTR LPTSTR PTSTR PTBYTE PTCHAR`` are no longer automatically defined; see ``ffi.set_unicode()`` below. -* *New in version 0.9:* the other standard integer types from stdint.h, +* *New in version 0.9.3:* the other standard integer types from stdint.h, as long as they map to integers of 1, 2, 4 or 8 bytes. Larger integers - are not supported. + are not supported. (Actually added in version 0.9 but this was buggy.) .. _`common Windows types`: http://msdn.microsoft.com/en-us/library/windows/desktop/aa383751%28v=vs.85%29.aspx _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
