mirror of
https://github.com/python/cpython.git
synced 2025-08-19 00:00:48 +00:00
* Add "limited-c-api" and "stable-api" targets * Rename the "stable-abi-list" target to "limited-api-list"
This commit is contained in:
parent
6024a75b10
commit
d81bcc2327
10 changed files with 42 additions and 29 deletions
|
@ -1084,7 +1084,7 @@ These are the UTF-8 codec APIs:
|
|||
The return type is now ``const char *`` rather of ``char *``.
|
||||
|
||||
.. versionchanged:: 3.10
|
||||
This function is a part of the :ref:`limited API <stable>`.
|
||||
This function is a part of the :ref:`limited API <limited-c-api>`.
|
||||
|
||||
|
||||
.. c:function:: const char* PyUnicode_AsUTF8(PyObject *unicode)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue