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 | 59d451d68fb738b7d9c45d72f7d4f64c4c708f09 (patch) | |
tree | e2d09d389a38375be545625bd22d2302acafaa94 /Misc | |
parent | 77d61d4156d8cd79ba26d0fad4fb083844f94cc0 (diff) | |
download | cpython-59d451d68fb738b7d9c45d72f7d4f64c4c708f09.zip cpython-59d451d68fb738b7d9c45d72f7d4f64c4c708f09.tar.gz cpython-59d451d68fb738b7d9c45d72f7d4f64c4c708f09.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
@@ -49,6 +49,8 @@ Core and Builtins Library ------- +- Issue #25569: Fix memory leak in SSLSocket.getpeercert(). + - Issue #7759: Fixed the mhlib module on filesystems that doesn't support link counting for directories. |