Author: Armin Rigo <[email protected]> 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 ======= _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
