[pypy-commit] cffi default: document abb60e05d3bf

arigo pypy.commits at gmail.com
Thu Aug 30 06:26:29 EDT 2018


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r3152:caee0949f993
Date: 2018-08-30 11:38 +0200
http://bitbucket.org/cffi/cffi/changeset/caee0949f993/

Log:	document abb60e05d3bf

diff --git a/doc/source/whatsnew.rst b/doc/source/whatsnew.rst
--- a/doc/source/whatsnew.rst
+++ b/doc/source/whatsnew.rst
@@ -18,6 +18,9 @@
   again.  This makes them independant on the exact CPython version,
   like they are on other platforms.  **It requires virtualenv 16.0.0.**
 
+* Accept an expression like ``ffi.new("int[4]", p)`` if ``p`` is itself
+  another cdata ``int[4]``.
+
 
 v1.11.5
 =======


More information about the pypy-commit mailing list