diff options
author | Inada Naoki <songofacandy@gmail.com> | 2020-06-30 03:23:07 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-30 03:23:07 (GMT) |
commit | b3332660adb02babb7e66e45310c66dc9a9a94da (patch) | |
tree | 4eb2b2e3e92d0821ddf20b286e995119d0ce1cb9 /Misc | |
parent | 2515a28230b1a011205f30263da6b01c6bd167a3 (diff) | |
download | cpython-b3332660adb02babb7e66e45310c66dc9a9a94da.zip cpython-b3332660adb02babb7e66e45310c66dc9a9a94da.tar.gz cpython-b3332660adb02babb7e66e45310c66dc9a9a94da.tar.bz2 |
bpo-41123: Remove PyUnicode_AsUnicodeCopy (GH-21209)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/C API/2020-06-29-15-49-36.bpo-41123.wYY4E1.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/C API/2020-06-29-15-49-36.bpo-41123.wYY4E1.rst b/Misc/NEWS.d/next/C API/2020-06-29-15-49-36.bpo-41123.wYY4E1.rst new file mode 100644 index 0000000..74ac454 --- /dev/null +++ b/Misc/NEWS.d/next/C API/2020-06-29-15-49-36.bpo-41123.wYY4E1.rst @@ -0,0 +1 @@ +Remove ``PyUnicode_AsUnicodeCopy``. |