Memory Leak Tools

Martin von Loewis loewis at informatik.hu-berlin.de
Fri Feb 2 16:37:02 EST 2001


"Lee, Rick" <rickylee at americasm01.nt.com> writes:

> Any tool to help track down memory leaks?

In Python 2.0, it is quite hard to find a program that produces a
memory leak. In any case, just turn on debugging in the gc module -
that will report all the cycles it collects.

Regards,
Martin




More information about the Python-list mailing list