a...@pythoncraft.com (Aahz) writes: > BTW, note that if you're using Python 2.x, range(1000000) will cause > a "leak" because ints are never freed. Instead, use xrange().
Note that using xrange() won't help with that particular problem. -- http://mail.python.org/mailman/listinfo/python-list