Don't use deprecated function PyUnicode_GET_SIZE()
Replace it with PyUnicode_GET_LENGTH() or PyUnicode_AsUnicodeAndSize()
Showing
Please register or sign in to comment
Replace it with PyUnicode_GET_LENGTH() or PyUnicode_AsUnicodeAndSize()