Author: Armin Rigo <[email protected]> Branch: Changeset: r3062:0f751c6b375a Date: 2018-01-10 23:32 +0100 http://bitbucket.org/cffi/cffi/changeset/0f751c6b375a/
Log: What's new in 1.11.3 diff --git a/doc/source/whatsnew.rst b/doc/source/whatsnew.rst --- a/doc/source/whatsnew.rst +++ b/doc/source/whatsnew.rst @@ -3,6 +3,16 @@ ====================== +v1.11.3 +======= + +* More Windows fixes: MSVC does not support large literal strings in C + code (from ``ffi.embedding_init_code(large_string)``); and a MSVC-only + issue with ``Py_LIMITED_API`` on CPython 3.x. + +* Other misc. issues and documentation improvements + + v1.11.2 ======= _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
