Author: Philip Jenvey <[email protected]> Branch: Changeset: r92487:943002f74290 Date: 2017-09-27 15:37 -0700 http://bitbucket.org/pypy/pypy/changeset/943002f74290/
Log: blurb 4302fe3d912e & b67bc051d0c1 diff --git a/pypy/doc/release-v5.9.0.rst b/pypy/doc/release-v5.9.0.rst --- a/pypy/doc/release-v5.9.0.rst +++ b/pypy/doc/release-v5.9.0.rst @@ -148,6 +148,8 @@ * Issue 2590_: fix the bounds in the GC when allocating a lot of objects with finalizers * Replace magical NOT RPYTHON comment with a decorator * Implement ``socket.sendmsg()``/``.recvmsg()`` for py3.5 + * Reduce excessive ``memory_pressure`` for ``_SSLContext`` objects and add + ``memory_pressure`` for ``_SSLSocket`` objects * Degredations _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
