Python memory usage

Klaas mike.klaas at gmail.com
Thu Nov 9 15:38:20 EST 2006


placid wrote:

> Actually i am executing that code snippet and creating BeautifulSoup
> objects in the range()  (now xrange() ) code block.

Right; I was referring specifically to abominations like
range(1000000), not looping over an incrementing integer.

-Mike




More information about the Python-list mailing list