Searched refs:NEXITFUNCS (Results 1 – 3 of 3) sorted by relevance
98 #define NEXITFUNCS 32 macro99 void (*exitfuncs[NEXITFUNCS])(void);
1747 #define NEXITFUNCS 32 macro1748 static void (*exitfuncs[NEXITFUNCS])(void);1753 if (nexitfuncs >= NEXITFUNCS) in Py_AtExit()
2256 #define NEXITFUNCS 32 macro2259 if (_PyRuntime.nexitfuncs >= NEXITFUNCS) in Py_AtExit()