[pypy-commit] cffi default: Whatsnew

arigo pypy.commits at gmail.com
Wed May 31 06:27:43 EDT 2017


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r2950:f6f8d7ce7ff2
Date: 2017-05-31 12:26 +0200
http://bitbucket.org/cffi/cffi/changeset/f6f8d7ce7ff2/

Log:	Whatsnew

diff --git a/doc/source/whatsnew.rst b/doc/source/whatsnew.rst
--- a/doc/source/whatsnew.rst
+++ b/doc/source/whatsnew.rst
@@ -3,6 +3,15 @@
 ======================
 
 
+v1.11
+=====
+
+* Support the C99 types ``float _Complex`` and ``double _Complex``.
+  Note that libffi doesn't support them, which means that in the ABI
+  mode you still cannot call C functions that take complex numbers
+  directly as arguments or return type.
+
+
 v1.10.1
 =======
 


More information about the pypy-commit mailing list