Object cleanup

Chris Rebert clp2 at rebertia.com
Wed May 30 12:58:06 EDT 2012


On Wed, May 30, 2012 at 9:40 AM, Steven D'Aprano
<steve+comp.lang.python at pearwood.info> wrote:
> On Wed, 30 May 2012 09:01:20 -0700, psaffrey at googlemail.com wrote:
>
>> However, I've found that using guppy, after the methods have returned
>> most of the memory is being taken up with BeautifulSoup objects of one
>> type or another. I'm not declaring BeautifulSoup objects anywhere else.
>
> What's guppy?

http://pypi.python.org/pypi/guppy/
"...a library and programming environment for Python, currently
providing in particular the Heapy subsystem, which supports object and
heap memory sizing, profiling and debugging"

Cheers,
Chris



More information about the Python-list mailing list