We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29584aa commit b0b0181Copy full SHA for b0b0181
1 file changed
Include/cpython/unicodeobject.h
@@ -760,13 +760,6 @@ PyAPI_FUNC(const char *) PyUnicode_AsUTF8AndSize(
760
761
Use of this API is DEPRECATED since no size information can be
762
extracted from the returned data.
763
-
764
- *** This API is for interpreter INTERNAL USE ONLY and will likely
765
- *** be removed or changed for Python 3.1.
766
767
- *** If you need to access the Unicode object as UTF-8 bytes string,
768
- *** please use PyUnicode_AsUTF8String() instead.
769
770
*/
771
772
PyAPI_FUNC(const char *) PyUnicode_AsUTF8(PyObject *unicode);
0 commit comments