[pypy-commit] cffi default: Mention 33a80cca1c69.

arigo noreply at buildbot.pypy.org
Wed May 20 22:34:28 CEST 2015


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r2070:7497316d803d
Date: 2015-05-20 22:35 +0200
http://bitbucket.org/cffi/cffi/changeset/7497316d803d/

Log:	Mention 33a80cca1c69.

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.1
 =====
 
+* ``ffi.set_source()`` crashed if passed a ``sources=[..]`` argument.
+  Fixed by chrippa on pull request #60.
+
 * Issue #193: if we use a struct between the first cdef() where it is
   declared and another cdef() where its fields are defined, then this
   definition was ignored.


More information about the pypy-commit mailing list