Home | History | Annotate | Download | only in Python

Lines Matching refs:NEXITFUNCS

2256 #define NEXITFUNCS 32
2259 if (_PyRuntime.nexitfuncs >= NEXITFUNCS)
2261 _PyRuntime.exitfuncs[_PyRuntime.nexitfuncs++] = func;
2268 while (_PyRuntime.nexitfuncs > 0)
2269 (*_PyRuntime.exitfuncs[--_PyRuntime.nexitfuncs])();