diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-11-12 12:28:06 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-11-12 12:28:06 (GMT) |
commit | b626643734dfd80780a1d301d4a96e57052aa262 (patch) | |
tree | 0ad8c5998fd378b8be147d3bc93b80f73449cb6d /Misc | |
parent | 07bcf05fcf3fd1d4001e8e3489162e6d67638285 (diff) | |
download | cpython-b626643734dfd80780a1d301d4a96e57052aa262.zip cpython-b626643734dfd80780a1d301d4a96e57052aa262.tar.gz cpython-b626643734dfd80780a1d301d4a96e57052aa262.tar.bz2 |
Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X
when decode astral characters.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,6 +10,9 @@ What's New in Python 3.3.7? Core and Builtins ----------------- +- Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X + when decode astral characters. Patch by Xiang Zhang. + - Issue #26171: Fix possible integer overflow and heap corruption in zipimporter.get_data(). |