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 rhettinger
Recipients alexandre.vassalotti, pitrou, python-dev, rhettinger, serhiy.storchaka
Date 2014-11-02.08:41:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1414917686.91.0.862996748532.issue17900@psf.upfronthosting.co.za>
In-reply-to
Content
This patch caused a regression by breaking designed-in support for pickling using PyYAML (note, there was a test for yaml support, but this patch defeated the test).  As a result of the patch, ordering now gets lost during a dump/load roundtrip.

This change should not have been committed without my review (I would have caught the problem instantly).
History
Date User Action Args
2014-11-02 08:41:26rhettingersetrecipients: + rhettinger, pitrou, alexandre.vassalotti, python-dev, serhiy.storchaka
2014-11-02 08:41:26rhettingersetmessageid: <1414917686.91.0.862996748532.issue17900@psf.upfronthosting.co.za>
2014-11-02 08:41:26rhettingerlinkissue17900 messages
2014-11-02 08:41:26rhettingercreate