diff options
author | Benjamin Peterson <benjamin@python.org> | 2015-11-12 06:07:38 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2015-11-12 06:07:38 (GMT) |
commit | eda06c8f5e7d7ed5ff79c2c5296253f8f14b7f28 (patch) | |
tree | 5b7bf4b5c2dd565df474ab604d3e62a6bb2aef8c /Misc | |
parent | 71a0b43854164b6ada0026d90f241c987b54d019 (diff) | |
download | cpython-eda06c8f5e7d7ed5ff79c2c5296253f8f14b7f28.zip cpython-eda06c8f5e7d7ed5ff79c2c5296253f8f14b7f28.tar.gz cpython-eda06c8f5e7d7ed5ff79c2c5296253f8f14b7f28.tar.bz2 |
fix memory leak in _get_crl_dp (closes #25569)
Patch started by Stéphane Wirtel.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -107,6 +107,8 @@ Library at the end if the FileInput was opened with binary mode. Patch by Ryosuke Ito. +- Issue #25569: Fix memory leak in SSLSocket.getpeercert(). + - Issue #21827: Fixed textwrap.dedent() for the case when largest common whitespace is a substring of smallest leading whitespace. Based on patch by Robert Li. |