[pypy-commit] pypy cffi-libs: close branch to be merged

mattip pypy.commits at gmail.com
Fri May 24 01:07:34 EDT 2019


Author: Matti Picus <matti.picus at gmail.com>
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)


More information about the pypy-commit mailing list