diff options
author | Inada Naoki <songofacandy@gmail.com> | 2020-03-14 06:59:27 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-14 06:59:27 (GMT) |
commit | 3a8c56295d6272ad2177d2de8af4c3f824f3ef92 (patch) | |
tree | 9f4d7a615bd78987c6d36ee3ab7e084ee8ee1bc1 /Misc | |
parent | 7a5cbc72988aee668816be9d1ef44c0cb4081ff6 (diff) | |
download | cpython-3a8c56295d6272ad2177d2de8af4c3f824f3ef92.zip cpython-3a8c56295d6272ad2177d2de8af4c3f824f3ef92.tar.gz cpython-3a8c56295d6272ad2177d2de8af4c3f824f3ef92.tar.bz2 |
Revert "bpo-39087: Add _PyUnicode_GetUTF8Buffer()" (GH-18985)
* Revert "bpo-39087: Add _PyUnicode_GetUTF8Buffer() (GH-17659)"
This reverts commit c7ad974d341d3edb6b9d2a2dcae4d3d4794ada6b.
* Update unicodeobject.h
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/C API/2019-12-19-21-19-53.bpo-39087.l4A11-.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Misc/NEWS.d/next/C API/2019-12-19-21-19-53.bpo-39087.l4A11-.rst b/Misc/NEWS.d/next/C API/2019-12-19-21-19-53.bpo-39087.l4A11-.rst deleted file mode 100644 index 2c2c85d..0000000 --- a/Misc/NEWS.d/next/C API/2019-12-19-21-19-53.bpo-39087.l4A11-.rst +++ /dev/null @@ -1,2 +0,0 @@ -Add new ``_PyUnicode_GetUTF8Buffer`` private API to get UTF-8 encode of the -unicode object without cache or extra allocation. |