Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_pyerrors.h87 PyAPI_FUNC(void) _Py_DumpExtensionModules(int fd, PyInterpreterState *interp);
/third_party/python/Python/
Dpylifecycle.c2568 _Py_DumpExtensionModules(int fd, PyInterpreterState *interp) in _Py_DumpExtensionModules() function
2716 _Py_DumpExtensionModules(fd, interp); in fatal_error()
/third_party/python/Modules/
Dfaulthandler.c354 _Py_DumpExtensionModules(fd, fatal_error.interp); in faulthandler_fatal_error()