[issue18913] ssl._ssl._test_decode_cert seems to leak memory with certain certificates in Python 2.6

Amaury Forgeot d'Arc report at bugs.python.org
Tue Sep 3 15:34:02 CEST 2013


Amaury Forgeot d'Arc added the comment:

To ensure it's a real memory leak: do the figures increase when the code is called in a loop?
I would not consider a single-time malloc (stored in some static variable) to be a leak.

----------
nosy: +amaury.forgeotdarc

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


More information about the Python-bugs-list mailing list