summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-11-12 12:37:11 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-11-12 12:37:11 (GMT)
commit616034eb736e9d1b45eefa2387b55a223d3bb0fd (patch)
treee767092432a0ccf31a48643683a1d9cc4403474d /Misc
parentc32f9db846ca6f66fa541aee73069d9324b863b7 (diff)
parentbabe4f8e5ede1f9a6f4206b97c303c8d33346b3b (diff)
downloadcpython-616034eb736e9d1b45eefa2387b55a223d3bb0fd.zip
cpython-616034eb736e9d1b45eefa2387b55a223d3bb0fd.tar.gz
cpython-616034eb736e9d1b45eefa2387b55a223d3bb0fd.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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9909020..161de76 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@ What's New in Python 3.7.0 alpha 1
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 #28665: Improve speed of the STORE_DEREF opcode by 40%.
- Issue #19398: Extra slash no longer added to sys.path components in case of