commit | 5a1bb4e0809e6cc1468138fe788ce687e3d8d8f4 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Mon Jun 02 14:10:59 2014 +0200 |
committer | Victor Stinner <victor.stinner@gmail.com> | Mon Jun 02 14:10:59 2014 +0200 |
tree | abbf3f3e771cd1b4dd7415ff8b6f9005f69148e2 | |
parent | 7df3c156fafe7df1da67227b44029779695d84de [diff] |
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).