Home
last modified time | relevance | path

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

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