[pypy-commit] cffi default: add #412 in whatsnew

arigo pypy.commits at gmail.com
Sat Jun 15 02:57:35 EDT 2019


Author: Armin Rigo <arigo at tunes.org>
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
 =======


More information about the pypy-commit mailing list