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

This commit is contained in:
Inada Naoki 2020-06-30 15:24:06 +09:00 committed by GitHub
parent 01638ce51a
commit 2ea6a9928e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -705,6 +705,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)