[issue28201] dict: perturb shift should be done when first conflict

2016-10-05 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: LGTM. But why you moved the declaration of perturb? -- ___ Python tracker ___ ___ Python-bugs-list

[issue28201] dict: perturb shift should be done when first conflict

2016-10-05 Thread Roundup Robot
Roundup Robot added the comment: New changeset cf2778fd7acb by INADA Naoki in branch '3.6': Issue #28201: Dict reduces possibility of 2nd conflict in hash table. https://hg.python.org/cpython/rev/cf2778fd7acb New changeset 80b01cd94a63 by INADA Naoki in branch 'default': Issue #28201: Dict reduc

[issue28201] dict: perturb shift should be done when first conflict

2016-10-05 Thread INADA Naoki
INADA Naoki added the comment: Thank you, Tim and Serhiy. My first commit has been pushed now! Serhiy: Since I prefer putting variable declaration near it's usage, and PEP 7 permits it since Python 3.6. -- ___ Python tracker

[issue28201] dict: perturb shift should be done when first conflict

2016-10-05 Thread INADA Naoki
Changes by INADA Naoki : -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

<    1   2