Author: Armin Rigo <[email protected]> Branch: Changeset: r3280:8cca638c6631 Date: 2019-06-15 08:57 +0200 http://bitbucket.org/cffi/cffi/changeset/8cca638c6631/
Log: add #412 in whatsnew diff --git a/doc/source/whatsnew.rst b/doc/source/whatsnew.rst --- a/doc/source/whatsnew.rst +++ b/doc/source/whatsnew.rst @@ -11,6 +11,8 @@ of ``p[0].field``. Be careful that no bounds checking is performed, so ``p[n]`` might access data out of bounds. +* fix for structs containing unnamed bitfields like ``int : 1;``. + v1.12.3 ======= _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
