[Python-Dev] We got leaks!

Jeremy Hylton jeremy@zope.com (Jeremy Hylton)
Fri, 6 Dec 2002 17:54:20 -0500


>>>>> "KJ" == Kevin Jacobs <jacobs@penguin.theopalgroup.com> writes:

  KJ> HOWEVER, the leak disapears when Python is compiled normally,
  KJ> without debugging.

Interesting clue.

  KJ> without debugging.  I've also added some instrumentation to the
  KJ> interpreter and have determined that the leak is not occuring in
  KJ> a garbage collected object (anything in gc.get_objects()) that
  KJ> exists after the test-suite has been run.

Yep.  We tried that too :-).

Jeremy