]> granicus.if.org Git - python/commit
Issue #28769: The result of PyUnicode_AsUTF8AndSize() and PyUnicode_AsUTF8()
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 22 Jan 2017 21:07:07 +0000 (23:07 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 22 Jan 2017 21:07:07 +0000 (23:07 +0200)
commit2a404b63d48d73bbaa007d89efb7a01048475acd
tree66a217f6efa01478ca1741218fb059112675b0f1
parentd528791096694307884762eebc8ec6fed279f302
Issue #28769: The result of PyUnicode_AsUTF8AndSize() and PyUnicode_AsUTF8()
is now of type "const char *" rather of "char *".
Doc/c-api/unicode.rst
Doc/whatsnew/3.7.rst
Include/unicodeobject.h
Misc/NEWS
Modules/_dbmmodule.c
Modules/_decimal/_decimal.c
Modules/_gdbmmodule.c
Objects/object.c
Objects/unicodeobject.c