memory leak in python script

Hans Nowak wurmy at earthlink.net
Wed Nov 14 12:59:32 EST 2001


Philipp Schmid wrote:
> 
> hi,
> 
> my python2.0.1 script allocates slowly the whole system memory, how can i
> find out if it's a python bug or if my script is buggy?
> if its my script, how can i find the cause of the leak?

There are a few modules out there that check for cyclic references,
cyclops.py 
and plumbo.py (I think). I don't use these modules myself, so I don't
really 
know where to find them, but I'm sure a search on www.python.org or
google 
can tell you more.

--Hans



More information about the Python-list mailing list