This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gregory.p.smith
Recipients gregory.p.smith, jcea, tebeka
Date 2008-05-25.08:35:51
SpamBayes Score 0.011966678
Marked as misclassified No
Message-id <1211704561.99.0.810852017994.issue2669@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-05-25 08:36:04gregory.p.smithsetspambayes_score: 0.0119667 -> 0.011966678
recipients: + gregory.p.smith, jcea, tebeka
2008-05-25 08:36:02gregory.p.smithsetspambayes_score: 0.0119667 -> 0.0119667
messageid: <1211704561.99.0.810852017994.issue2669@psf.upfronthosting.co.za>
2008-05-25 08:35:59gregory.p.smithlinkissue2669 messages
2008-05-25 08:35:56gregory.p.smithcreate