/// cast to a reference or pointer), and initialization is done by an `__init__` function. inline PyObject *make_new_instance(PyTypeObject *type) { #if defined(PYPY_VERSION) // PyPy gets tp_basicsize wrong (issue 2482) under multiple inheritance when the first // inherited obje...