[Python-checkins] [python/cpython] 1b8df1: bpo-24274: fix erroneous comment in dictobject.c (...

GitHub noreply at github.com
Mon Feb 20 08:48:12 EST 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: 1b8df107f867fb05ff39ebee7c55f0a907e7ad5f
      https://github.com/python/cpython/commit/1b8df107f867fb05ff39ebee7c55f0a907e7ad5f
  Author: INADA Naoki <methane at users.noreply.github.com>
  Date:   2017-02-20 (Mon, 20 Feb 2017)

  Changed paths:
    M Objects/dictobject.c

  Log Message:
  -----------
  bpo-24274: fix erroneous comment in dictobject.c (GH-196)

lookdict_unicode() and lookdict_unicode_nodummy() may raise exception
when key is not unicode.




More information about the Python-checkins mailing list