Searched refs:Py_tp_base (Results 1 – 7 of 7) sorted by relevance
187 {Py_tp_base, NULL}, /* filled out in module init function */208 {Py_tp_base, NULL}, /* filled out in module init */
333 {Py_tp_base, NULL}, /* filled out in module exec function */
6776 PyTypeObject *base = (PyTypeObject *)PyType_GetSlot(Py_TYPE(self), Py_tp_base); in heapctypesubclasswithfinalizer_init()
55 #define Py_tp_base 48 macro
171 If that also is ``NULL``, the *Py_tp_base* slot is used instead.268 Setting :c:data:`Py_tp_bases` or :c:data:`Py_tp_base` may be
87 const Py_tp_base
3446 if (slot->slot == Py_tp_base) in PyType_FromModuleAndSpec()3508 else if (slot->slot == Py_tp_base || slot->slot == Py_tp_bases) { in PyType_FromModuleAndSpec()