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 methane, serhiy.storchaka, xiang.zhang
Date 2016-11-01.17:25:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1478021108.69.0.490757358279.issue28580@psf.upfronthosting.co.za>
In-reply-to
Content
Since values of split table is always dense, we can optimise the current implementation of _PyDict_Next. I think this could hardly bring much performance enhancement. More importantly, this emphasizes the invariant and make bugs easy to find and test.
History
Date User Action Args
2016-11-01 17:25:08xiang.zhangsetrecipients: + xiang.zhang, methane, serhiy.storchaka
2016-11-01 17:25:08xiang.zhangsetmessageid: <1478021108.69.0.490757358279.issue28580@psf.upfronthosting.co.za>
2016-11-01 17:25:08xiang.zhanglinkissue28580 messages
2016-11-01 17:25:08xiang.zhangcreate