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 loewis
Recipients akitada, loewis, skip.montanaro
Date 2009-04-13.12:56:07
SpamBayes Score 2.0147061e-05
Marked as misclassified No
Message-id <1239627369.47.0.304632480284.issue5736@psf.upfronthosting.co.za>
In-reply-to
Content
I agree with Skip that using a static variable is not appropriate. The
proper solution probably would be to define a separate gdbm_iter object
which always preserves the last key returned.
History
Date User Action Args
2009-04-13 12:56:09loewissetrecipients: + loewis, skip.montanaro, akitada
2009-04-13 12:56:09loewissetmessageid: <1239627369.47.0.304632480284.issue5736@psf.upfronthosting.co.za>
2009-04-13 12:56:08loewislinkissue5736 messages
2009-04-13 12:56:07loewiscreate