mirror of
https://github.com/python/cpython.git
synced 2026-06-02 09:38:14 -04:00
9fc8a29663
whose tp_mro hasn't been initialized, it would dump core. Fix this by checking for NULL and calling PyType_Ready(). Will fix this in 2.2.1 too.