[issue3104] overzealous garbage collector (dict)

2008-06-13 Thread GreaseMonkey
New submission from GreaseMonkey <[EMAIL PROTECTED]>: When filled with a massive database (>16MB, i'm not sure how large it's meant to be), the dict object appears to mysteriously drop objects off the face of the earth (in this case list objects). Wouldn't it be more app

[issue3104] overzealous garbage collector (dict)

2008-06-13 Thread GreaseMonkey
GreaseMonkey <[EMAIL PROTECTED]> added the comment: I mean that it actually *drops* values, not *overwrites* them. I have attached the script which demonstrates this quirk in the garbage collector (it also doubles as a library). The original text file was an IRC log. Shoving Charles D