commit | 3a8fdb28794b2f19f6c8464378fb8b46bce1f5f4 | [log] [tgz] |
---|---|---|
author | Alex Gaynor <alex.gaynor@gmail.com> | Mon Oct 19 18:17:50 2020 -0400 |
committer | GitHub <noreply@github.com> | Mon Oct 19 23:17:50 2020 +0100 |
tree | 860c455643cb15787c0b2c4de90dec28d96f9d2e | |
parent | 4dfb190a33a1deac60306f15d52d2fe11fb93464 [diff] [blame] |
bpo-41784: make PyUnicode_AsUTF8AndSize part of the limited API (GH-22252)
diff --git a/Doc/c-api/unicode.rst b/Doc/c-api/unicode.rst index 5518214..54bd0a3 100644 --- a/Doc/c-api/unicode.rst +++ b/Doc/c-api/unicode.rst
@@ -1098,6 +1098,9 @@ .. 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)