mirror of
https://github.com/python/cpython.git
synced 2026-05-24 13:23:00 -04:00
719841e2fb
If the object is an ExtensionClass, for example, the slot is not even defined. So we must check that the type has the slot (implied by HAVE_CLASS) before calling tp_init().