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 lamby
Recipients lamby, methane, r.david.murray, rhettinger
Date 2017-02-03.20:16:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1486153017.94.0.015533627338.issue29431@psf.upfronthosting.co.za>
In-reply-to
Content
I think we are misunderstanding each other regarding our goals here :)

I'm not trying to test against other Python implementations or versions of CPython itself but rather "flush out" reproducibility issues in third-party Python code that (incorrectly) relies on dict ordering being relatively stable and/or in insertion order, etc. etc.

(The only reason I mention 3.6 is because the insertion-order behaviour there simply makes it easier to have a 'reverse' order)
History
Date User Action Args
2017-02-03 20:16:57lambysetrecipients: + lamby, rhettinger, r.david.murray, methane
2017-02-03 20:16:57lambysetmessageid: <1486153017.94.0.015533627338.issue29431@psf.upfronthosting.co.za>
2017-02-03 20:16:57lambylinkissue29431 messages
2017-02-03 20:16:57lambycreate