Home | History | Annotate | Download | only in Python

Lines Matching refs:exitfuncs

2261     _PyRuntime.exitfuncs[_PyRuntime.nexitfuncs++] = func;
2269 (*_PyRuntime.exitfuncs[--_PyRuntime.nexitfuncs])();