Is pickle buggy?

Moshe Zadka moshez at math.huji.ac.il
Fri Jul 14 13:31:27 EDT 2000


On Fri, 14 Jul 2000, Brian Kelley wrote:

> I don't get that behavior on windowsNT.  If I directly
> intern(uniquestring()) then memory gets eaten extremely fast, not on the
> order of hours but on the order of minutes.
> 
> I'll let eval(`uniquestring()`) run for a while and see what happens.

This program also eats memory quickly

def do(l=[]):
	l.append(1)

while 1:
	do()

--
Moshe Zadka <moshez at math.huji.ac.il>
There is no GOD but Python, and HTTP is its prophet.
http://advogato.org/person/moshez





More information about the Python-list mailing list