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 ionelmc
Recipients Mark.Shannon, abarry, barry, beazley, benjamin.peterson, brett.cannon, ionelmc, ncoghlan, pingebretson, rhettinger, serhiy.storchaka, yselivanov
Date 2016-01-12.18:01:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1452621665.87.0.767054595791.issue26060@psf.upfronthosting.co.za>
In-reply-to
Content
As I understood it the issue is not with the order but with the iteration being "unstable" (eg: same key appears multiple times). Yes, the dict is mutated while it's being iterated on, but no keys are added or removed, only values are changed.
History
Date User Action Args
2016-01-12 18:01:05ionelmcsetrecipients: + ionelmc, barry, brett.cannon, rhettinger, beazley, ncoghlan, benjamin.peterson, Mark.Shannon, pingebretson, serhiy.storchaka, yselivanov, abarry
2016-01-12 18:01:05ionelmcsetmessageid: <1452621665.87.0.767054595791.issue26060@psf.upfronthosting.co.za>
2016-01-12 18:01:05ionelmclinkissue26060 messages
2016-01-12 18:01:05ionelmccreate