]> granicus.if.org Git - python/commit
bpo-24274: fix erroneous comment in dictobject.c (GH-200)
authorINADA Naoki <methane@users.noreply.github.com>
Mon, 20 Feb 2017 13:58:11 +0000 (22:58 +0900)
committerGitHub <noreply@github.com>
Mon, 20 Feb 2017 13:58:11 +0000 (22:58 +0900)
commitce552e2d5c4ff90218fb41847e8ffb1fd3ba3b2d
treead01a9c2d3153cf15b9e2f760cabefcb6e8556dc
parent9a4577a4bb23888fed2cf192cf1a4c95ce5c26f8
bpo-24274: fix erroneous comment in dictobject.c (GH-200)

lookdict_unicode() and lookdict_unicode_nodummy() may raise exception
when key is not unicode.
Objects/dictobject.c