Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_runtime.h103 #define NEXITFUNCS 32 macro
104 void (*exitfuncs[NEXITFUNCS])(void);
/third_party/python/Python/
Dpylifecycle.c2830 #define NEXITFUNCS 32 macro
2833 if (_PyRuntime.nexitfuncs >= NEXITFUNCS) in Py_AtExit()