python/cpython
main
writer_strhex
Replace soft deprecated PyBytes_FromStringAndSize() with PyBytesWriter.
Replace also PyBytes_FromStringAndSize(NULL, 0) with Py_GetConstant(Py_CONSTANT_EMPTY_BYTES) in other functions.
Replace also PyBytes_FromStringAndSize(NULL, 0) with PyBytes_FromStringAndSize("", 0) in _Py_GetConstant_Init().