mirror of
https://github.com/python/cpython.git
synced 2026-01-29 06:06:01 +00:00
Add types removed by mistake by the commit adding _PyTypes_FiniTypes(). Move also PyBool_Type at the end, since it depends on PyLong_Type. PyBytes_Type and PyUnicode_Type no longer depend explicitly on PyBaseObject_Type: it's the default of PyType_Ready().
Source files for various builtin objects