Memory leak when importing?

Martin von Loewis loewis at informatik.hu-berlin.de
Mon Mar 4 12:04:26 EST 2002


Harald Kirsch <kirschh at lionbioscience.com> writes:

> Any ideas? Rough guesses?

I'd invoke gc.getobjects() from time to time, to see whether the list
gets longer. If that fails, you may want to build the pydebug version,
to get the total list of objects; you can then see what the additional
objects are. That should give a clue as to where they come from.

Regards,
Martin




More information about the Python-list mailing list