Terry J. Reedy <tjre...@udel.edu> added the comment:

> my class also inherits from subprocess.Popen, which has a __del__ method, 
> which might interfere w/ collection

The doc says __del__ *will* prevent collection.

> (although gc.garbage says otherwise ;).

Do you mean that gc.garbage is empty, when it should not be?

Have you tried replacing __del__ with an explicit close or cleanup method?

----------
nosy: +terry.reedy
title: python3.2 memory leak when setting integer key in dictionary -> 
python3.2 memory leak when reloading class with attributes

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue12075>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to