]> granicus.if.org Git - python/commit
Bug #1576657: when setting a KeyError for a tuple key, make sure that
authorGeorg Brandl <georg@python.org>
Sun, 29 Oct 2006 18:31:45 +0000 (18:31 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 29 Oct 2006 18:31:45 +0000 (18:31 +0000)
commit5e9f94ac7a2febae674ff501dd3900844486e277
tree194db5b47cefc67b40efbbc611674d06be1471e3
parent6dc39987c94993c4828a9668e04d92e6e4b506f3
Bug #1576657: when setting a KeyError for a tuple key, make sure that
the tuple isn't used as the "exception arguments tuple".
 (backport from rev. 52535)
Lib/test/test_dict.py
Misc/NEWS
Objects/dictobject.c