Home
last modified time | relevance | path

Searched refs:_PyFaulthandler_Fini (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Python/
Dpylifecycle.c70 extern void _PyFaulthandler_Fini(void);
1232 _PyFaulthandler_Fini(); in Py_FinalizeEx()
2162 _PyFaulthandler_Fini(); in fatal_error()
/external/python/cpython3/Modules/
Dfaulthandler.c1340 void _PyFaulthandler_Fini(void) in _PyFaulthandler_Fini() function