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