Home
last modified time | relevance | path

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

/external/python/cpython3/Include/internal/
Dpycore_pylifecycle.h37 extern PyStatus _PyFaulthandler_Init(int enable);
/external/python/cpython3/Modules/
Dfaulthandler.c1368 _PyFaulthandler_Init(int enable) in _PyFaulthandler_Init() function
/external/python/cpython3/Python/
Dpylifecycle.c1003 status = _PyFaulthandler_Init(config->faulthandler); in init_interp_main()