Initialize base types before child types
object (PyBaseObject_Type) is the base type of type (PyType_Type), int (PyLong_Type) is the base type of bool (PyBool_Type).
V
Victor Stinner committed
5a1bb4e0809e6cc1468138fe788ce687e3d8d8f4
Parent: 7df3c15