Suitability for long-running text processing?

tsuraan tsuraan at gmail.com
Mon Jan 8 12:19:40 EST 2007


> My first thought was that interned strings were causing the growth,
> but that doesn't seem to be the case.


Interned strings, as of 2.3, are no longer immortal, right?  The intern doc
says you have to keep a reference around to the string now, anyhow.  I
really wish I could find that thing I read a year and a half ago about
python never collecting small strings, but I just can't find it anymore.
Maybe it's time for me to go source diving...
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20070108/59985b4a/attachment.html>


More information about the Python-list mailing list