[pypy-commit] cffi ofekmeister/windows-support-py_limited_api-1534700268692: Document it in whatsnew

arigo pypy.commits at gmail.com
Fri Aug 24 12:16:13 EDT 2018


Author: Armin Rigo <arigo at tunes.org>
Branch: ofekmeister/windows-support-py_limited_api-1534700268692
Changeset: r3148:9482bcee722e
Date: 2018-08-24 18:15 +0200
http://bitbucket.org/cffi/cffi/changeset/9482bcee722e/

Log:	Document it in whatsnew

diff --git a/doc/source/whatsnew.rst b/doc/source/whatsnew.rst
--- a/doc/source/whatsnew.rst
+++ b/doc/source/whatsnew.rst
@@ -14,6 +14,10 @@
   to ``pack=1`` (saying e.g. that fields like ``int`` should be aligned
   to 1 byte instead of 4).
 
+* Windows, CPython 3.x: link cffi modules with ``python3.dll``
+  again.  This makes them independant on the exact CPython version,
+  like they are on other platforms.  **It requires virtualenv 16.0.0.**
+
 
 v1.11.5
 =======


More information about the pypy-commit mailing list