Don't use deprecated function PyUnicode_GET_SIZE()
Replace it with PyUnicode_GET_LENGTH() or PyUnicode_AsUnicodeAndSize()
V
Victor Stinner committed
59799a83995f135bdb1b1a0994052c1f24c68e83
Parent: e223439
Replace it with PyUnicode_GET_LENGTH() or PyUnicode_AsUnicodeAndSize()