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 vstinner
Recipients neologix, pitrou, vstinner
Date 2013-10-05.16:27:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwYmYu4oxYxUOGds_prYxKwwHtKnwMimiP511hRmtcU0-A@mail.gmail.com>
In-reply-to <1380984038.36.0.521182029078.issue19172@psf.upfronthosting.co.za>
Content
If you want to unregister while iterating on .keys(), just copy .keys(), as
I do when removing items from a list or a dict while iterating on it.
History
Date User Action Args
2013-10-05 16:27:19vstinnersetrecipients: + vstinner, pitrou, neologix
2013-10-05 16:27:19vstinnerlinkissue19172 messages
2013-10-05 16:27:18vstinnercreate