Home
last modified time | relevance | path

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

/external/python/cpython3/Include/internal/
Dpycore_runtime.h94 #define NEXITFUNCS 32 macro
95 void (*exitfuncs[NEXITFUNCS])(void);
/external/python/cpython2/Python/
Dpythonrun.c1747 #define NEXITFUNCS 32 macro
1748 static void (*exitfuncs[NEXITFUNCS])(void);
1753 if (nexitfuncs >= NEXITFUNCS) in Py_AtExit()
/external/python/cpython3/Python/
Dpylifecycle.c2405 #define NEXITFUNCS 32 macro
2408 if (_PyRuntime.nexitfuncs >= NEXITFUNCS) in Py_AtExit()