mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
bpo-41784: make PyUnicode_AsUTF8AndSize part of the limited API (GH-22252)
This commit is contained in:
parent
4dfb190a33
commit
3a8fdb2879
6 changed files with 26 additions and 20 deletions
|
@ -1098,6 +1098,9 @@ These are the UTF-8 codec APIs:
|
|||
.. versionchanged:: 3.7
|
||||
The return type is now ``const char *`` rather of ``char *``.
|
||||
|
||||
.. versionchanged:: 3.10
|
||||
This function is a part of the :ref:`limited API <stable>`.
|
||||
|
||||
|
||||
.. c:function:: const char* PyUnicode_AsUTF8(PyObject *unicode)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue