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 ethan.furman
Recipients arigo, ethan.furman, nikratio, rhettinger
Date 2013-10-30.14:28:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1383143337.66.0.754603109888.issue19414@psf.upfronthosting.co.za>
In-reply-to
Content
Do we currently have any data structures in Python, either built-in or in the stdlib, that aren't documented as raising RuntimeError if the size changes during iteration?  list, dict, set, and defaultdict all behave this way.

If not, I think OrderedDict should behave this way as well.
History
Date User Action Args
2013-10-30 14:28:57ethan.furmansetrecipients: + ethan.furman, arigo, rhettinger, nikratio
2013-10-30 14:28:57ethan.furmansetmessageid: <1383143337.66.0.754603109888.issue19414@psf.upfronthosting.co.za>
2013-10-30 14:28:57ethan.furmanlinkissue19414 messages
2013-10-30 14:28:57ethan.furmancreate