Py_UNICODE is the native Unicode storage format (code unit) used by Python and represents a single Unicode element in the Unicode type.
See Implementation
Py_UNICODE is the native Unicode storage format (code unit) used by Python and represents a single Unicode element in the Unicode type.