[New-bugs-announce] [issue3104] overzealous garbage collector (dict)

GreaseMonkey report at bugs.python.org
Fri Jun 13 11:23:38 CEST 2008


New submission from GreaseMonkey <thematrixeatsyou at yahoo.co.nz>:

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
appropriate to splurt out a memory error rather than fail silently only
to screw up in another way?

----------
components: Interpreter Core
messages: 68142
nosy: GreaseMonkey
severity: normal
status: open
title: overzealous garbage collector (dict)
type: behavior
versions: Python 2.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3104>
_______________________________________


More information about the New-bugs-announce mailing list