string issue or questions about intern

Brian Kelley kelley at bioreason.com
Fri Jul 14 08:55:48 EDT 2000


> Mhh. I compiled the current CVS (==soon to be 2.0) version without
> cyclic garbage collection.
>
> while 1:
>   eval('"AAAAA"')
>

That works for me as well under 1.5.2 (that is no memory consumption).
What I am really doing is:

eval('"AAAAA"')
eval('"AAAAB"')
eval ('"AAAAC"')
.
.
.

in the while loop which does appear to eat memory.

>
> I monitored with top for quite a while, but there was no increase
> in memory consumption. *Maybe* this got fixed?!
>
> Peter
> --
> Peter Schneider-Kamp          ++47-7388-7331
> Herman Krags veg 51-11        mailto:peter at schneider-kamp.de
> N-7050 Trondheim              http://schneider-kamp.de

--
Brian Kelley          Bioreason, Inc
505 995-8188 ext 207  150 Washington St Suite 303
kelley at bioreason.com  Santa Fe, NM, 87501





More information about the Python-list mailing list