[New-bugs-announce] [issue29738] Fix memory leak in SSLSocket.getpeercert()

Olivier Vielpeau report at bugs.python.org
Mon Mar 6 15:10:11 EST 2017


New submission from Olivier Vielpeau:

The code snippet in #25569 reproduces the memory leak with Python 3.6.0 and 2.7.13. The current memory leak is a regression that was introduced in #26470.

Going to attach a PR on github that fixes the issue shortly.

----------
assignee: christian.heimes
components: SSL
messages: 289130
nosy: christian.heimes, olivielpeau
priority: normal
severity: normal
status: open
title: Fix memory leak in SSLSocket.getpeercert()
type: resource usage
versions: Python 2.7, Python 3.6, Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29738>
_______________________________________


More information about the New-bugs-announce mailing list