[Python-Dev] memory leaks in 2.2 (original) (raw)

Guido van Rossum guido@python.org
Thu, 06 Dec 2001 08:38:54 -0500


I can't find a leak in test_descr.py when I simply call test_main() in an infinite loop. (I can when I use reload() in the loop, but that's an import issue I believe.)

Neil, did you test this before or after I fixed the slots leak?

--Guido van Rossum (home page: http://www.python.org/~guido/)