[Python-checkins] [python/cpython] 870c28: bp-29304: Simplify dictobject.c (GH-2347)

GitHub noreply at github.com
Fri Jun 23 20:03:21 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: 870c286e27863077747011c2896723c38ea8dc96
      https://github.com/python/cpython/commit/870c286e27863077747011c2896723c38ea8dc96
  Author: INADA Naoki <methane at users.noreply.github.com>
  Date:   2017-06-24 (Sat, 24 Jun 2017)

  Changed paths:
    M Objects/dictobject.c

  Log Message:
  -----------
  bp-29304:  Simplify dictobject.c (GH-2347)

replace `(i << 2) + 1` with `i*5`




More information about the Python-checkins mailing list