[issue25569] Memory leak in SSLSocket.getpeercert()

Alex Gaynor report at bugs.python.org
Fri Nov 6 20:50:53 EST 2015


Alex Gaynor added the comment:

Tests pass and the original script runs without a leak using this patch. It could probably be shorter if we converted from local returns to `goto fail` or something, but I don't really have an opinion.

----------

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


More information about the Python-bugs-list mailing list