[issue2206] critical memory leak in hashlib.md5

2008-02-29 Thread Georg Brandl
Changes by Georg Brandl: -- resolution: - invalid status: open - closed __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue2206 __ ___ Python-bugs-list mailing list

[issue2206] critical memory leak in hashlib.md5

2008-02-28 Thread Xie Bengui
Changes by Xie Bengui: -- nosy: -agateriver __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue2206 __ ___ Python-bugs-list mailing list Unsubscribe:

[issue2206] critical memory leak in hashlib.md5

2008-02-28 Thread Benjamin Peterson
Benjamin Peterson added the comment: This is not a hashlib problem (or a bug at all.) range returns an list of numbers. The allocation of this list is the part taking up all the memory. Try replacing range with xrange. -- nosy: +benjamin.peterson

[issue2206] critical memory leak in hashlib.md5

2008-02-28 Thread Benjamin Peterson
Changes by Benjamin Peterson: -- severity: normal - minor __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue2206 __ ___ Python-bugs-list mailing list Unsubscribe:

[issue2206] critical memory leak in hashlib.md5

2008-02-28 Thread Xie Bengui
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/issue2206 __