Commit ac5e99911a45ad6f57a6aa7b33fd2de9da72aa72

Victor Stinner 2020-11-10T15:42:36

Convert python/libxml.c to PY_SSIZE_T_CLEAN Define PY_SSIZE_T_CLEAN macro in python/libxml.c and cast the string length (int len) explicitly to Py_ssize_t when passing a string to a function call using PyObject_CallMethod() with the "s#" format.