]> granicus.if.org Git - python/commit
Issue #16856: Fix a segmentation fault from calling repr() on a dict with
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 4 Jan 2013 10:40:35 +0000 (12:40 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 4 Jan 2013 10:40:35 +0000 (12:40 +0200)
commit4e02538bf375fcdc8ebd0cdf24806014daf0c402
tree8858c7445dfcc4a1f7e240c9d2b77c3b8fe9ec78
parentd8a0bac8f761a72661fa464b34517df5294499d2
parent6c83e739d7b1690f8763b2437266effa71173324
Issue #16856: Fix a segmentation fault from calling repr() on a dict with
a key whose repr raise an exception.
Misc/NEWS
Objects/unicodeobject.c