Home
last modified time | relevance | path

Searched defs:exitfuncs (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Include/internal/
Dpycore_runtime.h104 void (*exitfuncs[NEXITFUNCS])(void); member
/external/python/cpython2/Python/
Dpythonrun.c1748 static void (*exitfuncs[NEXITFUNCS])(void); variable