[pypy-commit] cffi default: Expand

arigo pypy.commits at gmail.com
Thu Jan 11 15:03:00 EST 2018


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r3067:ab8662981c0d
Date: 2018-01-11 21:02 +0100
http://bitbucket.org/cffi/cffi/changeset/ab8662981c0d/

Log:	Expand

diff --git a/doc/source/whatsnew.rst b/doc/source/whatsnew.rst
--- a/doc/source/whatsnew.rst
+++ b/doc/source/whatsnew.rst
@@ -6,11 +6,18 @@
 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.
+* Fix on CPython 3.x: reading the attributes ``__loader__`` or
+  ``__spec__`` from the cffi-generated lib modules gave a buggy
+  SystemError.  (These attributes are always None, and provided only to
+  help compatibility with tools that expect them in all modules.)
 
-* Other misc. issues and documentation improvements
+* More Windows fixes: workaround for MSVC not supporting large
+  literal strings in C code (from
+  ``ffi.embedding_init_code(large_string)``); and an issue with
+  ``Py_LIMITED_API`` linking with ``python35.dll/python36.dll`` instead
+  of ``python3.dll``.
+
+* Small documentation improvements.
 
 
 v1.11.2


More information about the pypy-commit mailing list