diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-01-04 10:39:34 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-01-04 10:39:34 (GMT) |
commit | 6c83e739d7b1690f8763b2437266effa71173324 (patch) | |
tree | 12acc97efcdcc623e2a3fd8db90b4eb78cccb7bb /Misc/NEWS | |
parent | bf064b391102b0cf1a79c08c64855a036c957650 (diff) | |
download | cpython-6c83e739d7b1690f8763b2437266effa71173324.zip cpython-6c83e739d7b1690f8763b2437266effa71173324.tar.gz cpython-6c83e739d7b1690f8763b2437266effa71173324.tar.bz2 |
Issue #16856: Fix a segmentation fault from calling repr() on a dict with
a key whose repr raise an exception.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -12,6 +12,9 @@ What's New in Python 3.3.1? Core and Builtins ----------------- +- Issue #16856: Fix a segmentation fault from calling repr() on a dict with + a key whose repr raise an exception. + - Issue #16367: Fix FileIO.readall() on Windows for files larger than 2 GB. - Issue #16455: On FreeBSD and Solaris, if the locale is C, the |