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-25.14:21:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1469456517.37.0.514161578534.issue27576@psf.upfronthosting.co.za>
In-reply-to
Content
I didn't think about order. I just thought using concrete API may be faster. But after your comment, I tested the performance and it seems PyDict_Items makes it much slower (it does more work, eg, make tuples). So I agree it is not needed at all.
History
Date User Action Args
2016-07-25 14:21:57xiang.zhangsetrecipients: + xiang.zhang, rhettinger, belopolsky, eric.snow, serhiy.storchaka, abarry, alakyadav
2016-07-25 14:21:57xiang.zhangsetmessageid: <1469456517.37.0.514161578534.issue27576@psf.upfronthosting.co.za>
2016-07-25 14:21:57xiang.zhanglinkissue27576 messages
2016-07-25 14:21:57xiang.zhangcreate