bpo-39573: Use Py_TYPE() macro in object.c by vstinner · Pull Request #18398 · python/cpython

@vstinner

Replace direct acccess to PyVarObject.ob_size with usage of the
Py_SIZE() macro.