Xie Bengui added the comment:
I am sorry for submitting this fake issue!
Thank Benjamin Peterson!
--
nosy: +agateriver
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/
Changes by Xie Bengui:
--
nosy: -agateriver
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2206>
__
___
Python-bugs-list mailing list
Unsubs
New submission from Xie Bengui:
I write a pieces of code below to find my lost password:
import hashlib
for i in range(,):
m=hashlib.md5(str(i)).hexdigest()
if m=="21e83200cfd4845fd5e07ee151d70caf":
print "password is: ", i
Changes by Xie Bengui:
--
files: md5.txt
nosy: agateriver
severity: normal
status: open
title: critical memory leak in hashlib.md5
type: resource usage
versions: Python 2.6
Added file: http://bugs.python.org/file9569/md5.txt
__
Tracker <[EMAIL PROTEC