bp-29304: Simplify dictobject.c (GH-2347)
authorINADA Naoki <methane@users.noreply.github.com>
Sat, 24 Jun 2017 00:03:19 +0000 (09:03 +0900)
committerGitHub <noreply@github.com>
Sat, 24 Jun 2017 00:03:19 +0000 (09:03 +0900)
commit870c286e27863077747011c2896723c38ea8dc96
tree3ea6eb329995e888ba7a02b6441d23e10b2d0907
parent18ede062581edb7e8d359d02cd3419466114cf5a
bp-29304:  Simplify dictobject.c (GH-2347)

replace `(i << 2) + 1` with `i*5`
Objects/dictobject.c