Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_pylifecycle.h105 extern void _PyFaulthandler_Fini(void);
/third_party/python/Python/
Dpylifecycle.c1821 _PyFaulthandler_Fini(); in Py_FinalizeEx()
2722 _PyFaulthandler_Fini(); in fatal_error()
/third_party/python/Modules/
Dfaulthandler.c1369 void _PyFaulthandler_Fini(void) in _PyFaulthandler_Fini() function