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 akitada
Recipients akitada, loewis, skip.montanaro
Date 2009-04-13.13:43:37
SpamBayes Score 2.2684093e-10
Marked as misclassified No
Message-id <1239630222.27.0.363733168395.issue5736@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, using a static variable there is wrong and
actually I'm now working on "dbm_iterobject" just as Martin suggested.

dbm iterator should behave just like one in dict.
I think I can use Objects/dictobject.c as a good example for this.

Attached is minimal tests for dbm iterator.
History
Date User Action Args
2009-04-13 13:43:42akitadasetrecipients: + akitada, loewis, skip.montanaro
2009-04-13 13:43:42akitadasetmessageid: <1239630222.27.0.363733168395.issue5736@psf.upfronthosting.co.za>
2009-04-13 13:43:40akitadalinkissue5736 messages
2009-04-13 13:43:38akitadacreate