From: Serhiy Storchaka Date: Sat, 12 Nov 2016 12:35:46 +0000 (+0200) Subject: Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X X-Git-Tag: v3.6.0b4~97^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6b4b6e956eaaff272fa4ffe0221a9cc8ef07882f;p=thirdparty%2FPython%2Fcpython.git Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X when decode astral characters. --- 6b4b6e956eaaff272fa4ffe0221a9cc8ef07882f diff --cc Misc/NEWS index 6c9d0bcff999,39ca04910a3a..42cab9bac889 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -10,9 -10,9 +10,12 @@@ Release date: TB 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 #19398: Extra slash no longer added to sys.path components in case of + empty compile-time PYTHONPATH components. + - Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug build.