diff options
author | Gregory P. Smith <greg@mad-scientist.com> | 2008-05-25 08:28:29 +0000 |
---|---|---|
committer | Gregory P. Smith <greg@mad-scientist.com> | 2008-05-25 08:28:29 +0000 |
commit | 9e6468be1dc6ab460a2b88af096aa62c2fe0ce44 (patch) | |
tree | 7ed8a0f5251620a0b4f99cd33038fe46f2168fce /Python/errors.c | |
parent | e08e3d06864c5ad993f74613d9ed4ce69cc6cbc6 (diff) | |
download | cpython-git-9e6468be1dc6ab460a2b88af096aa62c2fe0ce44.tar.gz |
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.
Diffstat (limited to 'Python/errors.c')
0 files changed, 0 insertions, 0 deletions