bpo-43770: Refactor PyType_Ready() function (GH-25336)
* 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.
V
Victor Stinner committed
53114ffef1d4facf9aa5545e711abbbda66f672a
Parent: b38601d
Committed by GitHub <noreply@github.com>
on 4/11/2021, 9:57:09 PM