]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41123: Remove PyUnicode_AsUnicodeCopy (GH-21209)
authorInada Naoki <songofacandy@gmail.com>
Tue, 30 Jun 2020 03:23:07 +0000 (12:23 +0900)
committerGitHub <noreply@github.com>
Tue, 30 Jun 2020 03:23:07 +0000 (12:23 +0900)
commitb3332660adb02babb7e66e45310c66dc9a9a94da
tree4eb2b2e3e92d0821ddf20b286e995119d0ce1cb9
parent2515a28230b1a011205f30263da6b01c6bd167a3
bpo-41123: Remove PyUnicode_AsUnicodeCopy (GH-21209)
Doc/c-api/unicode.rst
Doc/data/refcounts.dat
Doc/whatsnew/3.10.rst
Include/cpython/unicodeobject.h
Misc/NEWS.d/next/C API/2020-06-29-15-49-36.bpo-41123.wYY4E1.rst [new file with mode: 0644]
Objects/unicodeobject.c