[issue28580] Optimize _PyDict_Next for split table

2016-11-02 Thread INADA Naoki
INADA Naoki added the comment: LGTM, too. > Similar changes can be applied to other iteration code. dictiter_iternextkey, > dict_keys, etc. I agree. Xiang, would you update patch? -- ___ Python tracker _

[issue28580] Optimize _PyDict_Next for split table

2016-11-02 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: I think this is too late for 3.6. -- type: behavior -> enhancement versions: -Python 3.6 ___ Python tracker ___ _

[issue28580] Optimize _PyDict_Next for split table

2016-11-02 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: I agree that this unlikely could cause visible effect, but this patch simplifies the code. LGTM. Similar changes can be applied to other iteration code. dictiter_iternextkey, dict_keys, etc. -- ___ Python tracker

[issue28580] Optimize _PyDict_Next for split table

2016-11-01 Thread Xiang Zhang
Changes by Xiang Zhang : -- components: +Interpreter Core title: Optimise _PyDict_Next for split table -> Optimize _PyDict_Next for split table versions: +Python 3.6, Python 3.7 ___ Python tracker