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