Benjamin Peterson added the comment: This is not a hashlib problem (or a bug at all.) range returns an list of 99990000 numbers. The allocation of this list is the part taking up all the memory. Try replacing range with xrange.
---------- nosy: +benjamin.peterson __________________________________ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2206> __________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com