Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions.
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 5 Dec 2016 22:20:26 +0000 (00:20 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 5 Dec 2016 22:20:26 +0000 (00:20 +0200)
1  2 
Include/unicodeobject.h
Misc/NEWS
Objects/unicodeobject.c

Simple merge
diff --cc Misc/NEWS
index 12021f6abaf43c38795a3da731729acaa9b2975b,a29e50af4108aa0651cfa1049e1c25260fdf4e50..d1f9952f6fc35e5c98113edb882edfdc108566c8
+++ b/Misc/NEWS
@@@ -480,16 -552,6 +480,18 @@@ Window
  C API
  -----
  
++- Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions.
++
 +- Issue #28761: The fields name and doc of structures PyMemberDef, PyGetSetDef,
 +  PyStructSequence_Field, PyStructSequence_Desc, and wrapperbase are now of
 +  type ``const char *`` rather of ``char *``.
 +
 +- Issue #28748: Private variable _Py_PackageContext is now of type ``const char *``
 +  rather of ``char *``.
 +
 +- Issue #19569: Compiler warnings are now emitted if use most of deprecated
 +  functions.
 +
  - Issue #28426: Deprecated undocumented functions PyUnicode_AsEncodedObject(),
    PyUnicode_AsDecodedObject(), PyUnicode_AsDecodedUnicode() and
    PyUnicode_AsEncodedUnicode().
Simple merge