Skip to content

Commit 2ea6a99

Browse files
authored
bpo-41123: Remove PyUnicode_AsUnicodeCopy in 3.10 (GH-21227)
1 parent 01638ce commit 2ea6a99

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
@@ -705,6 +705,8 @@ Extension modules can continue using them, as they will not be removed in Python
705705
:c:func:`PyUnicode_AsWideChar`, :c:func:`PyUnicode_ReadChar` or similar new
706706
APIs.
707707
708+
.. deprecated-removed:: 3.3 3.10
709+
708710
709711
.. c:function:: PyObject* PyUnicode_TransformDecimalToASCII(Py_UNICODE *s, Py_ssize_t size)
710712

0 commit comments

Comments
 (0)