First: I hope this is not duplicate, but I couldn't find anything, neither in
this tracker, nor in the patchset.
Python up to version 2.5.3 (not released yet) has an memory-fragmentation issue
with deallocation of unicode and other objects. This results in Python apps
which use unicode to consume extreme amounts of memory, without ever returning
them to the system.
http://bugs.python.org/issue2321 contains a patch to fix that.
Even though this bug will be fixed in 2.5.3 and higher, I still would like to
see it go into the gentoo-patchset, because it is a really annoying problem,
making my machine to go out of memory quickly and often.
Reproducible: Always
Steps to Reproduce: