Author: Armin Rigo <[email protected]> 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. _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
