Martin v. Löwis <[EMAIL PROTECTED]> added the comment:

This is a duplicate of issue 2321. There was no memory leak whatsoever,
instead, malloc just failed to return the memory returned to it (through
free(3)) to the operating system. Don't trust resident_size() to detect
memory leaks; that approach is fairly flawed.

----------
nosy: +loewis
resolution:  -> duplicate
status: open -> closed

__________________________________
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2696>
__________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to