Searched refs:Py_tp_base (Results 1 – 5 of 5) sorted by relevance
180 {Py_tp_base, NULL}, /* filled out in module init function */201 {Py_tp_base, NULL}, /* filled out in module init */
162 {Py_tp_base, NULL}, /* filled out in module exec function */
559 {Py_tp_base, NULL}, /* Filled out in module init as it's not a constant */
50 #define Py_tp_base 48 macro
2881 if (slot->slot == Py_tp_base) in PyType_FromSpecWithBases()2929 if (slot->slot == Py_tp_base || slot->slot == Py_tp_bases) in PyType_FromSpecWithBases()