Author: Ronan Lamy <[email protected]> Branch: rffi-parser-2 Changeset: r89640:861483e6c971 Date: 2017-01-17 17:57 +0000 http://bitbucket.org/pypy/pypy/changeset/861483e6c971/
Log: document branch diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whatsnew-head.rst @@ -119,3 +119,9 @@ Also fix for c-extension type that calls ``tp_hash`` during initialization (str, unicode types), and fix instantiating c-extension types from built-in classes by enforcing an order of instaniation. + +.. branch: rffi-parser-2 + +rffi structures in cpyext can now be created by parsing simple C headers. +Additionally, the cts object that holds the parsed information can act like +cffi's ffi objects, with the methods cts.cast() and cts.gettype(). _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
