[issue20967] hashlib memory leak

STINNER Victor report at bugs.python.org
Tue Mar 18 16:05:45 CET 2014


STINNER Victor added the comment:

I'm unable to reproduce your issue with Python 2.7.5:

$ python memoryleak_min.py 
[256720896.0, 15740928.0, 139264.0]
[256724992.0, 15962112.0, 139264.0]
[256724992.0, 15966208.0, 139264.0]
[256724992.0, 15966208.0, 139264.0]
(...)
[256724992.0, 15966208.0, 139264.0]

$ python2.7 <your example>
5 , 5
5 , 5
(...)
5 , 5

What is your exact Python version? What is your OS? OS version?

----------
nosy: +haypo

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


More information about the Python-bugs-list mailing list