[pypy-commit] cffi default: Add a few more whatsnew entries

arigo pypy.commits at gmail.com
Fri Sep 20 12:14:58 EDT 2019


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r3287:8976fd752614
Date: 2019-09-20 18:14 +0200
http://bitbucket.org/cffi/cffi/changeset/8976fd752614/

Log:	Add a few more whatsnew entries

diff --git a/doc/source/whatsnew.rst b/doc/source/whatsnew.rst
--- a/doc/source/whatsnew.rst
+++ b/doc/source/whatsnew.rst
@@ -16,6 +16,15 @@
 * when calling cdata of "function pointer" type, give a RuntimeError instead
   of a crash if the pointer happens to be NULL
 
+* support some more binary operations between constants in enum definitions
+  (PR #96)
+
+* silence a warning incorrectly emitted if you use a quote in a preprocessor
+  line
+
+* detect a corner case that would throw the C code into an infinite
+  recursion, with ``ffi.cdef("""struct X { void(*fnptr)(struct X); };""")``
+
 
 v1.12.3
 =======


More information about the pypy-commit mailing list