[issue2669] bsddb iterkeys sliently fails when database modified during iteration

Gregory P. Smith report at bugs.python.org
Sun May 25 10:36:02 CEST 2008


Gregory P. Smith <greg at krypto.org> added the comment:

Fixed in trunk r63617.

Fix issue2669: bsddb simple/legacy interface iteration silently fails
when database changes size during iteration.

It now behaves like a dictionary, the next attempt to get a value from
the iterator after the database has changed size will raise a RuntimeError.

----------
assignee:  -> gregory.p.smith
nosy: +gregory.p.smith
priority:  -> normal
resolution:  -> fixed
status: open -> closed

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2669>
__________________________________


More information about the Python-bugs-list mailing list