mirror of
https://github.com/python/cpython.git
synced 2026-05-13 07:59:04 -04:00
53114ffef1
* Split PyType_Ready() into sub-functions. * type_ready_mro() now checks if bases are static types earlier. * Check tp_name earlier, in type_ready_checks(). * Add _PyType_IsReady() macro to check if a type is ready.