[Python-checkins] bpo-41123: Remove PyUnicode_AsUnicodeCopy in 3.10 (GH-21227)

Miss Islington (bot) webhook-mailer at python.org
Tue Jun 30 04:49:18 EDT 2020


https://github.com/python/cpython/commit/41d6e3fbb8bcfd41db37782523caac47e7c8ad23
commit: 41d6e3fbb8bcfd41db37782523caac47e7c8ad23
branch: 3.8
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: GitHub <noreply at github.com>
date: 2020-06-30T01:49:09-07:00
summary:

bpo-41123: Remove PyUnicode_AsUnicodeCopy in 3.10 (GH-21227)

(cherry picked from commit 2ea6a9928e4fa135888cc8f4733c28d93e642301)

Co-authored-by: Inada Naoki <songofacandy at gmail.com>

files:
M Doc/c-api/unicode.rst

diff --git a/Doc/c-api/unicode.rst b/Doc/c-api/unicode.rst
index 2bf4a0f56bc8a..b261efe2ba477 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)
 



More information about the Python-checkins mailing list