This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author benjamin.peterson
Recipients benjamin.peterson
Date 2008-02-29.02:54:35
SpamBayes Score 0.006460266
Marked as misclassified No
Message-id <1204253676.48.0.561627185743.issue2206@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-02-29 02:54:37benjamin.petersonsetspambayes_score: 0.00646027 -> 0.006460266
recipients: + benjamin.peterson
2008-02-29 02:54:36benjamin.petersonsetspambayes_score: 0.00646027 -> 0.00646027
messageid: <1204253676.48.0.561627185743.issue2206@psf.upfronthosting.co.za>
2008-02-29 02:54:35benjamin.petersonlinkissue2206 messages
2008-02-29 02:54:35benjamin.petersoncreate