]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41123: Remove Py_UNICODE_str* functions (GH-21164)
authorInada Naoki <songofacandy@gmail.com>
Sat, 27 Jun 2020 09:22:09 +0000 (18:22 +0900)
committerGitHub <noreply@github.com>
Sat, 27 Jun 2020 09:22:09 +0000 (18:22 +0900)
commit20a79021753ab26a5989e6d3397160e52973870e
tree9c79d29f7512ddd55b1835cc7ecc24ab6eae0089
parent2f168c6356f92c38ae7751d2faf2b266a9356229
bpo-41123: Remove Py_UNICODE_str* functions (GH-21164)

They are undocumented and deprecated since Python 3.3.
Doc/whatsnew/3.10.rst
Include/cpython/unicodeobject.h
Misc/NEWS.d/next/C API/2020-06-26-13-29-25.bpo-41123.bRa1oy.rst [new file with mode: 0644]
Objects/unicodeobject.c