Home
last modified time | relevance | path

Searched refs:_Py_FatalErrorFunc (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython3/Include/cpython/
Dpyerrors.h187 PyAPI_FUNC(void) _Py_NO_RETURN _Py_FatalErrorFunc(
196 #define Py_FatalError(message) _Py_FatalErrorFunc(__func__, message)
/external/python/cpython3/Python/
Dmysnprintf.c93 _Py_FatalErrorFunc(__func__, "Buffer overflow"); in PyOS_vsnprintf()
Dpathconfig.c446 _Py_FatalErrorFunc(func, "out of memory"); in path_out_of_memory()
Dpylifecycle.c2299 _Py_FatalErrorFunc(const char *func, const char *msg) in _Py_FatalErrorFunc() function
Dimport.c210 _Py_FatalErrorFunc(__func__, "failed to create a new lock"); in _PyImport_ReInitLock()
Dceval.c251 _Py_FatalErrorFunc(func, in _Py_FatalError_TstateNULL()
/external/python/cpython3/Objects/
Dobmalloc.c2320 _Py_FatalErrorFunc(func, in _PyMem_DebugCheckGIL()
2389 _Py_FatalErrorFunc(func, "bad leading pad byte"); in _PyMem_DebugCheckAddress()
2398 _Py_FatalErrorFunc(func, "bad trailing pad byte"); in _PyMem_DebugCheckAddress()