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 xiang.zhang
Recipients abarry, alakyadav, belopolsky, eric.snow, rhettinger, serhiy.storchaka, xiang.zhang
Date 2016-07-30.15:07:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1469891259.54.0.110916362687.issue27576@psf.upfronthosting.co.za>
In-reply-to
Content
After totally studying OrderedDict, I get a better understanding of what Serhiy means. So although we can get a better performance for dict, it's not needed at all. Remove the v3 patch.
History
Date User Action Args
2016-07-30 15:07:39xiang.zhangsetrecipients: + xiang.zhang, rhettinger, belopolsky, eric.snow, serhiy.storchaka, abarry, alakyadav
2016-07-30 15:07:39xiang.zhangsetmessageid: <1469891259.54.0.110916362687.issue27576@psf.upfronthosting.co.za>
2016-07-30 15:07:39xiang.zhanglinkissue27576 messages
2016-07-30 15:07:39xiang.zhangcreate