-
Notifications
You must be signed in to change notification settings - Fork 140
Open
@skirpichev
Description
The GraalVM declares PyUnicode_KIND as
enum PyUnicode_Kind { /* Return values of the PyUnicode_KIND() function: */ PyUnicode_1BYTE_KIND = 1, PyUnicode_2BYTE_KIND = 2, PyUnicode_4BYTE_KIND = 4 };
while Python C-API:
PyAPI_FUNC(int) PyUnicode_KIND(PyObject *op);
Metadata
Metadata
Assignees
Labels
No labels