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 eric.snow
Recipients Lukasa, eric.snow, icordasc, jayvdb, rhettinger, xZise
Date 2015-07-21.13:04:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1437483900.38.0.0814929735704.issue24667@psf.upfronthosting.co.za>
In-reply-to
Content
Ah, sorry.  I wasn't thinking past Python 3.5 (which is about to go to beta 4).  While 3.6.0a0, doesn't tell us much, d6c91b8242d2 (r96935) does.  That revision has all the necessary fixes to OrderedDict.  I'll look into this some more.  Do you get the failure consistently when running the test suite?

Also, in case you weren't aware: Python 3.5 (hence 3.6) introduces a C implementation of OrderedDict.
History
Date User Action Args
2015-07-21 13:05:00eric.snowsetrecipients: + eric.snow, rhettinger, icordasc, Lukasa, xZise, jayvdb
2015-07-21 13:05:00eric.snowsetmessageid: <1437483900.38.0.0814929735704.issue24667@psf.upfronthosting.co.za>
2015-07-21 13:05:00eric.snowlinkissue24667 messages
2015-07-21 13:04:59eric.snowcreate