Author: Armin Rigo <[email protected]> Branch: Changeset: r2710:c793ba5e283c Date: 2016-06-05 23:12 +0200 http://bitbucket.org/cffi/cffi/changeset/c793ba5e283c/
Log: tweaks diff --git a/doc/source/whatsnew.rst b/doc/source/whatsnew.rst --- a/doc/source/whatsnew.rst +++ b/doc/source/whatsnew.rst @@ -6,8 +6,6 @@ v1.7 ==== -(NOT RELEASED YET) - * ``ffi.gc(p, None)`` removes the destructor on an object previously created by another call to ``ffi.gc()`` @@ -26,7 +24,7 @@ *numbers* instead of *characters*. (Now it is implemented with just a memcpy, of course, not actually iterating over the characters.) -* C++: compiling the generated C code with C++ is supposed to work, +* C++: compiling the generated C code with C++ was supposed to work, but failed if you make use the ``bool`` type (because that is rendered as the C ``_Bool`` type, which doesn't exist in C++). _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
