mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
_PyUnicode_AsKind() is *not* part of the stable ABI
This commit is contained in:
parent
811c2f1369
commit
9f789e7f63
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue