Home | History | Annotate | Download | only in Python

Lines Matching refs:pyexitfunc

2215     assert(is->pyexitfunc == NULL || is->pyexitfunc == func);
2217 is->pyexitfunc = func;
2224 if (istate->pyexitfunc == NULL)
2227 (*istate->pyexitfunc)(istate->pyexitmodule);