Author: Matti Picus <[email protected]> Branch: cffi-libs Changeset: r96664:64df157240e6 Date: 2019-05-24 07:41 +0300 http://bitbucket.org/pypy/pypy/changeset/64df157240e6/
Log: close branch to be merged 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 @@ -25,3 +25,8 @@ .. branch: shadowstack-issue2722 Make the shadowstack size more dynamic + +.. branch: cffi-libs + +Move _ssl and _hashlib from rpython to a cffi-based module, like on python3. +Reduces the number of problematic linked-in libraries (libssl, libcrypto) _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
