Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dpystate.h15 #define MAX_CO_EXTRA_USERS 255 macro
157 freefunc co_extra_freefuncs[MAX_CO_EXTRA_USERS];
/external/python/cpython3/Python/
Dceval.c5109 if (interp->co_extra_user_count == MAX_CO_EXTRA_USERS - 1) { in _PyEval_RequestCodeExtraIndex()