SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

72153 0 0 Python

Fix issue 34551 - remove redundant store (#9009)

The assignment of i/2 to nk is redundant because on this code path, nk is already the size of the dictionary, and i is already twice the size of the dictionary. I've replaced the store with an assertion that i/2 is nk.
E
Eric Lippert committed
5a95ba29da7e55fe6a8777b6ea4c68f60cf0e407
Parent: 2447773
Committed by Łukasz Langa <lukasz@langa.pl> on 10/22/2018, 3:52:46 PM