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 yop
Recipients benjamin.peterson, rhettinger, yop
Date 2012-11-25.20:38:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1353875887.57.0.785753219375.issue16553@psf.upfronthosting.co.za>
In-reply-to
Content
tested on 2.7.3 with -R or stock 3.3, the following:

OrderedDict(foo=0,bar=0).keys()

is nondeterminstic as a result of hash randomization. 
probably since **kwds creates a dict.

what is the proper idiom for constructing an ordered-key
dictionary other then (ugly, verbose) piecemeal insertion?
History
Date User Action Args
2012-11-25 20:38:07yopsetrecipients: + yop, rhettinger, benjamin.peterson
2012-11-25 20:38:07yopsetmessageid: <1353875887.57.0.785753219375.issue16553@psf.upfronthosting.co.za>
2012-11-25 20:38:07yoplinkissue16553 messages
2012-11-25 20:38:07yopcreate