Christian Heimes added the comment:
You should take the problem to the general Python mailing list. Sorry,
but the bug tracker is the wrong place.
Some hints:
Do you have classes with a __del__ method which may create reference
cycles? The GC can't break cycles when a __del__ method is involved
New submission from ThurnerRupert:
how could one find a memory problem in python. edgewall trac 0.11
seems blocked for such a problem, where nobody had a really helpful
idea for nearly three weeks.
see http://groups.google.com/group/trac-
dev/browse_thread/thread/116e519da54f16b.
--
m