[pypy-commit] cffi default: Mention issue #198

arigo noreply at buildbot.pypy.org
Thu May 28 11:38:08 CEST 2015


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r2119:8ff188a165ae
Date: 2015-05-28 11:38 +0200
http://bitbucket.org/cffi/cffi/changeset/8ff188a165ae/

Log:	Mention issue #198

diff --git a/doc/source/whatsnew.rst b/doc/source/whatsnew.rst
--- a/doc/source/whatsnew.rst
+++ b/doc/source/whatsnew.rst
@@ -6,6 +6,9 @@
 1.0.4
 =====
 
+* Issue #198: in API mode, if you declare constants of a ``struct``
+  type, what you saw from lib.CONSTANT was corrupted.
+
 * Issue #196: ``ffi.set_source("package._ffi", None)`` would
   incorrectly generate the Python source to ``package._ffi.py`` instead
   of ``package/_ffi.py``.  Also fixed: in some cases, if the C file was


More information about the pypy-commit mailing list