mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
bpo-41123: Remove PyUnicode_AsUnicodeCopy in 3.10 (GH-21227)
This commit is contained in:
parent
01638ce51a
commit
2ea6a9928e
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue