Author: Matti Picus <[email protected]> Branch: Changeset: r94484:b3a61c9cdf11 Date: 2018-05-06 22:40 +0300 http://bitbucket.org/pypy/pypy/changeset/b3a61c9cdf11/
Log: update whatsnew for branches 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 @@ -5,5 +5,13 @@ .. this is a revision shortly after release-pypy-6.0.0 .. startrev: e50e11af23f1 +.. branch: cppyy-packaging +Upgrade to backend 0.6.0, support exception handling from wrapped functions, +update enum handling, const correctness for data members and associated tests, +support anonymous enums, support for function pointer arguments +.. branch: socket_default_timeout_blockingness + +Make sure 'blocking-ness' of socket is set along with default timeout + _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
