File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818#define STRINGLIB_TOUPPER Py_UNICODE_TOUPPER
1919#define STRINGLIB_TOLOWER Py_UNICODE_TOLOWER
2020#define STRINGLIB_FILL Py_UNICODE_FILL
21- #define STRINGLIB_STR PyUnicode_1BYTE_DATA
21+ #define STRINGLIB_STR PyUnicode_2BYTE_DATA
2222#define STRINGLIB_LEN PyUnicode_GET_LENGTH
2323#define STRINGLIB_NEW _PyUnicode_FromUCS2
2424#define STRINGLIB_RESIZE not_supported
Original file line number Diff line number Diff line change 1818#define STRINGLIB_TOUPPER Py_UNICODE_TOUPPER
1919#define STRINGLIB_TOLOWER Py_UNICODE_TOLOWER
2020#define STRINGLIB_FILL Py_UNICODE_FILL
21- #define STRINGLIB_STR PyUnicode_1BYTE_DATA
21+ #define STRINGLIB_STR PyUnicode_4BYTE_DATA
2222#define STRINGLIB_LEN PyUnicode_GET_LENGTH
2323#define STRINGLIB_NEW _PyUnicode_FromUCS4
2424#define STRINGLIB_RESIZE not_supported
You can’t perform that action at this time.
0 commit comments