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 benjamin.peterson
Recipients benjamin.peterson, georg.brandl, steven.daprano
Date 2009-05-14.11:50:01
SpamBayes Score 1.989377e-06
Marked as misclassified No
Message-id <1242301804.35.0.510282355739.issue6017@psf.upfronthosting.co.za>
In-reply-to
Content
This is correct; dict iterators check to see if the size of the dict is
different. However, fixing this problem would require tracking dict
contents during iteration. That strikes me as too inefficient and too
much code for this little case.
History
Date User Action Args
2009-05-14 11:50:04benjamin.petersonsetrecipients: + benjamin.peterson, georg.brandl, steven.daprano
2009-05-14 11:50:04benjamin.petersonsetmessageid: <1242301804.35.0.510282355739.issue6017@psf.upfronthosting.co.za>
2009-05-14 11:50:03benjamin.petersonlinkissue6017 messages
2009-05-14 11:50:01benjamin.petersoncreate