[pypy-commit] pypy default: blurb a18e6d5

pjenvey pypy.commits at gmail.com
Mon Sep 25 17:20:47 EDT 2017


Author: Philip Jenvey <pjenvey at underboss.org>
Branch: 
Changeset: r92470:4bda0b81a960
Date: 2017-09-25 14:20 -0700
http://bitbucket.org/pypy/pypy/changeset/4bda0b81a960/

Log:	blurb a18e6d5

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
@@ -122,6 +122,9 @@
   * Fix for duplicate names in ctypes' ``_fields__``, issue 2621_
   * Update built-in ``pyexpat`` module on win32 to use UTF-8 version not UTF-16
   * ``gc.get_objects`` now handles objects with finalizers more consistently
+  * Fixed memory leak in ``SSLContext.getpeercert`` returning validated
+    certificates and ``SSLContext.get_ca_certs(binary_mode=True)``
+    (_get_crl_dp) `CPython issue 29738`_
 
 * Performance improvements:
 
@@ -199,6 +202,7 @@
 .. _2579: https://bitbucket.org/pypy/pypy/issues/2579
 .. _2601: https://bitbucket.org/pypy/pypy/issues/2601
 .. _2643: https://bitbucket.org/pypy/pypy/issues/2643
+.. _CPython issue 29738: https://bugs.python.org/issue29738
 
 Please update, and continue to help us make PyPy better.
 


More information about the pypy-commit mailing list