Searched refs:NEXITFUNCS (Results 1 – 2 of 2) sorted by relevance
103 #define NEXITFUNCS 32 macro104 void (*exitfuncs[NEXITFUNCS])(void);
2830 #define NEXITFUNCS 32 macro2833 if (_PyRuntime.nexitfuncs >= NEXITFUNCS) in Py_AtExit()