From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Tue, 30 Jun 2020 08:49:09 +0000 (-0700) Subject: bpo-41123: Remove PyUnicode_AsUnicodeCopy in 3.10 (GH-21227) X-Git-Tag: v3.8.4~30 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=41d6e3fbb8bcfd41db37782523caac47e7c8ad23;p=thirdparty%2FPython%2Fcpython.git bpo-41123: Remove PyUnicode_AsUnicodeCopy in 3.10 (GH-21227) (cherry picked from commit 2ea6a9928e4fa135888cc8f4733c28d93e642301) Co-authored-by: Inada Naoki --- diff --git a/Doc/c-api/unicode.rst b/Doc/c-api/unicode.rst index 2bf4a0f56bc8..b261efe2ba47 100644 --- a/Doc/c-api/unicode.rst +++ b/Doc/c-api/unicode.rst @@ -700,6 +700,8 @@ Extension modules can continue using them, as they will not be removed in Python :c:func:`PyUnicode_AsWideChar`, :c:func:`PyUnicode_ReadChar` or similar new APIs. + .. deprecated-removed:: 3.3 3.10 + .. c:function:: PyObject* PyUnicode_TransformDecimalToASCII(Py_UNICODE *s, Py_ssize_t size)