Skip to content

Commit 41d6e3f

Browse files
bpo-41123: Remove PyUnicode_AsUnicodeCopy in 3.10 (GH-21227)
(cherry picked from commit 2ea6a99) Co-authored-by: Inada Naoki <[email protected]>
1 parent 00fd04b commit 41d6e3f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Doc/c-api/unicode.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -700,6 +700,8 @@ Extension modules can continue using them, as they will not be removed in Python
700700
:c:func:`PyUnicode_AsWideChar`, :c:func:`PyUnicode_ReadChar` or similar new
701701
APIs.
702702
703+
.. deprecated-removed:: 3.3 3.10
704+
703705
704706
.. c:function:: PyObject* PyUnicode_TransformDecimalToASCII(Py_UNICODE *s, Py_ssize_t size)
705707

0 commit comments

Comments
 (0)