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

GitHub noreply at github.com
Mon Feb 20 08:58:13 EST 2017


  Branch: refs/heads/3.6
  Home:   https://github.com/python/cpython
  Commit: ce552e2d5c4ff90218fb41847e8ffb1fd3ba3b2d
      https://github.com/python/cpython/commit/ce552e2d5c4ff90218fb41847e8ffb1fd3ba3b2d
  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-200)

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




More information about the Python-checkins mailing list