Home
last modified time | relevance | path

Searched refs:_Py_mod_LAST_SLOT (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Include/
Dmoduleobject.h70 #define _Py_mod_LAST_SLOT 2 macro
/third_party/python/Modules/
D_testmultiphase.c571 {_Py_mod_LAST_SLOT + 1, NULL},
/third_party/python/Objects/
Dmoduleobject.c291 } else if (cur_slot->slot < 0 || cur_slot->slot > _Py_mod_LAST_SLOT) { in PyModule_FromDefAndSpec2()