]> granicus.if.org Git - python/commitdiff
Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 12 Nov 2016 12:37:11 +0000 (14:37 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 12 Nov 2016 12:37:11 +0000 (14:37 +0200)
when decode astral characters.

1  2 
Misc/NEWS
Objects/unicodeobject.c

diff --cc Misc/NEWS
index 9909020aef930ff3603ca1981b662b040a948f03,73247ee2f2abcdc6ac11528fc96d886e0f331fdc..161de763e92a64649b667820735c0af3e5860d1c
+++ b/Misc/NEWS
@@@ -10,8 -10,9 +10,11 @@@ What's New in Python 3.7.0 alpha 
  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
    empty compile-time PYTHONPATH components.
  
Simple merge