]> granicus.if.org Git - python/commit
Issue #28201: Dict reduces possibility of 2nd conflict in hash table.
authorINADA Naoki <songofacandy@gmail.com>
Thu, 6 Oct 2016 06:22:28 +0000 (15:22 +0900)
committerINADA Naoki <songofacandy@gmail.com>
Thu, 6 Oct 2016 06:22:28 +0000 (15:22 +0900)
commitecdd36ff889db63f99ed841c51e7dbe1c4b60e4a
tree522f78eaf1098292d3fccd4dde29c9dbb366f935
parenta1d58efc438926010a3abc5c386c65f9c2e1ca22
parent267941c6758649e63d600faaedafcc0ef1c3fb2e
Issue #28201: Dict reduces possibility of 2nd conflict in hash table.

Do perturb shift after first conflict.
Misc/NEWS