[issue12075] python3.2 memory leak when reloading class with attributes

2013-08-12 Thread Antoine Pitrou

Changes by Antoine Pitrou :


--
resolution: wont fix -> out of date

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue12075] python3.2 memory leak when reloading class with attributes

2013-08-12 Thread Antoine Pitrou

Antoine Pitrou added the comment:

Yes, __del__ will interfere with garbage collection before Python 3.4. This is 
pretty much expected (and is fixed in Python 3.4, but won't be backported).

--
nosy: +pitrou
resolution:  -> wont fix
stage:  -> committed/rejected
status: open -> closed
versions:  -Python 3.4

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue12075] python3.2 memory leak when reloading class with attributes

2013-06-29 Thread Terry J. Reedy

Changes by Terry J. Reedy :


--
versions: +Python 3.4 -Python 3.2

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue12075] python3.2 memory leak when reloading class with attributes

2012-09-18 Thread Arfrever Frehtes Taifersar Arahesis

Changes by Arfrever Frehtes Taifersar Arahesis :


--
nosy: +Arfrever

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue12075] python3.2 memory leak when reloading class with attributes

2012-09-15 Thread Ezio Melotti

Changes by Ezio Melotti :


--
nosy: +benjamin.peterson

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue12075] python3.2 memory leak when reloading class with attributes

2011-05-21 Thread Terry J. Reedy

Terry J. Reedy  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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com