[issue6695] PyXXX_ClearFreeList for dict, set, and list

R. David Murray report at bugs.python.org
Sun Aug 16 17:18:30 CEST 2009


R. David Murray <rdmurray at bitdance.com> added the comment:

FWIW, I agree with Antoine here.  I think user expectation is that when
"garbage" is collected, at least some freed memory will be returned to
the operating system.  The normal user's conception of what "garbage" is
has nothing to do with cycles.  It just so happens that in CPython,
that's the main thing the garbage collector collects.

----------
nosy: +r.david.murray

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6695>
_______________________________________


More information about the Python-bugs-list mailing list