Files
cpython/Objects
Victor Stinner 5a1bb4e080 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).
2014-06-02 14:10:59 +02:00
..
2014-03-30 19:52:39 -04:00
2014-03-15 12:21:47 -05:00