mirror of https://github.com/python/cpython
_PyUnicode_AsKind() is *not* part of the stable ABI
This commit is contained in:
parent
811c2f1369
commit
9f789e7f63
|
@ -795,7 +795,9 @@ PyAPI_FUNC(wchar_t*) PyUnicode_AsWideCharString(
|
|||
Py_ssize_t *size /* number of characters of the result */
|
||||
);
|
||||
|
||||
#ifndef Py_LIMITED_API
|
||||
PyAPI_FUNC(void*) _PyUnicode_AsKind(PyObject *s, unsigned int kind);
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue