_PyUnicode_AsKind() is *not* part of the stable ABI

This commit is contained in:
Victor Stinner 2011-10-01 03:57:28 +02:00
parent 811c2f1369
commit 9f789e7f63
1 changed files with 2 additions and 0 deletions

View File

@ -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