Author: Armin Rigo <[email protected]> Branch: Changeset: r3025:23fa387f3e05 Date: 2017-09-27 09:23 +0200 http://bitbucket.org/cffi/cffi/changeset/23fa387f3e05/
Log: Document 4b0741f26fcd diff --git a/doc/source/whatsnew.rst b/doc/source/whatsnew.rst --- a/doc/source/whatsnew.rst +++ b/doc/source/whatsnew.rst @@ -8,6 +8,11 @@ * Fix tests, remove deprecated C API usage +* Fix for 3.6.0/3.6.1 being incompatible with each other unless we hack + (cpython issue `#29943`_) + +.. _`#29943`: https://bugs.python.org/issue29943 + v1.11 ===== _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
