Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dpystate.h14 #define MAX_CO_EXTRA_USERS 255 macro
/external/python/cpython3/Include/internal/
Dpycore_pystate.h122 freefunc co_extra_freefuncs[MAX_CO_EXTRA_USERS];
/external/python/cpython3/Python/
Dceval.c5575 if (interp->co_extra_user_count == MAX_CO_EXTRA_USERS - 1) { in _PyEval_RequestCodeExtraIndex()