Home
last modified time | relevance | path

Searched defs:Py_FatalError (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Misc/
Dcoverity_model.c34 void Py_FatalError(const char *msg) { in Py_FatalError() function
/third_party/python/Include/cpython/
Dpyerrors.h214 #define Py_FatalError(message) _Py_FatalErrorFunc(__func__, message) macro
/third_party/python/Python/
Dpylifecycle.c2741 Py_FatalError(const char *msg) in Py_FatalError() function