Home
last modified time | relevance | path

Searched refs:Py_FatalError (Results 1 - 24 of 24) sorted by relevance

/third_party/python/Python/
H A Dceval_gil.h56 Py_FatalError("PyMUTEX_INIT(" #mut ") failed"); };
59 Py_FatalError("PyMUTEX_FINI(" #mut ") failed"); };
62 Py_FatalError("PyMUTEX_LOCK(" #mut ") failed"); };
65 Py_FatalError("PyMUTEX_UNLOCK(" #mut ") failed"); };
69 Py_FatalError("PyCOND_INIT(" #cond ") failed"); };
72 Py_FatalError("PyCOND_FINI(" #cond ") failed"); };
75 Py_FatalError("PyCOND_SIGNAL(" #cond ") failed"); };
78 Py_FatalError("PyCOND_WAIT(" #cond ") failed"); };
83 Py_FatalError("PyCOND_WAIT(" #cond ") failed"); \
151 Py_FatalError("drop_gi in drop_gil()
[all...]
H A Dpystate.c103 Py_FatalError("runtime already initialized"); in init_runtime()
280 Py_FatalError("interpreter already initialized"); in init_interpreter()
504 Py_FatalError("NULL interpreter"); in PyInterpreterState_Delete()
511 Py_FatalError("remaining threads"); in PyInterpreterState_Delete()
518 Py_FatalError("remaining subinterpreters"); in PyInterpreterState_Delete()
584 Py_FatalError("no current interpreter"); in PyInterpreterState_Get()
769 Py_FatalError("thread state already initialized"); in init_threadstate()
879 Py_FatalError("_PyThreadState_Init() is for internal use only"); in _PyThreadState_Init()
944 Py_FatalError("module definition is NULL"); in PyState_AddModule()
976 Py_FatalError("invali in PyState_RemoveModule()
[all...]
H A Dfrozenmain.c64 Py_FatalError("the __main__ module is not frozen"); in Py_FrozenMain()
H A Dthread_pthread_stubs.h142 Py_FatalError("pthread_key_create destructor is not supported"); in pthread_key_create()
H A Dsysmodule.c3287 Py_FatalError("can't create sys.path"); in PySys_SetPath()
3290 Py_FatalError("can't assign sys.path"); in PySys_SetPath()
3328 Py_FatalError("no mem for sys.argv"); in PySys_SetArgvEx()
3332 Py_FatalError("can't assign sys.argv"); in PySys_SetArgvEx()
3343 Py_FatalError("can't compute path0 from argv"); in PySys_SetArgvEx()
3350 Py_FatalError("can't prepend path0 to sys.path"); in PySys_SetArgvEx()
H A Dpylifecycle.c2075 Py_FatalError("thread is not current"); in Py_EndInterpreter()
2078 Py_FatalError("thread still has a frame"); in Py_EndInterpreter()
2088 Py_FatalError("not the last thread"); in Py_EndInterpreter()
2498 Don't call PyErr_PrintEx() and the except hook, because Py_FatalError() is
2735 /* Py_FatalError() caused a second fatal error. in fatal_error()
2762 tss_tstate is NULL if Py_FatalError() is called from a C thread which in fatal_error()
2811 #undef Py_FatalError macro
2814 Py_FatalError(const char *msg) in Py_FatalError() function
2881 Py_FatalError("Py_ExitStatusException() must not be called on success"); in Py_ExitStatusException()
H A Derrors.c403 Py_FatalError("Cannot recover from MemoryErrors " in _PyErr_NormalizeException()
407 Py_FatalError("Cannot recover from the recursive normalization " in _PyErr_NormalizeException()
733 Py_FatalError("Out of memory and PyExc_MemoryError is not " in _PyErr_NoMemory()
H A Dgetargs.c290 Py_FatalError("too many tuple nesting levels " in vgetargs1_impl()
295 Py_FatalError("excess ')' in getargs format"); in vgetargs1_impl()
325 Py_FatalError(/* '(' */ "missing ')' in getargs format"); in vgetargs1_impl()
H A Dimport.c268 Py_FatalError("interpreter has no modules dictionary"); in PyImport_GetModuleDict()
708 Py_FatalError("no current interpreter"); in PyImport_ExecCodeModuleWithPathnames()
H A Dceval.c460 Py_FatalError("non-NULL old thread state"); in PyEval_AcquireThread()
472 Py_FatalError("wrong thread state"); in PyEval_ReleaseThread()
853 Py_FatalError("Cannot recover from stack overflow."); in _Py_CheckRecursiveCall()
1205 Py_FatalError("tstate mix-up"); in eval_frame_handle_pending()
1214 Py_FatalError("orphan tstate"); in eval_frame_handle_pending()
H A Dpythonrun.c1895 Py_FatalError("Could not reset the stack!"); in PyOS_CheckStack()
/third_party/python/Include/
H A Dpymacro.h127 Py_FatalError( \
139 Py_FatalError( \
151 Py_FatalError("Unreachable C code path reached")
H A Dpyerrors.h32 The Py_FatalError() function is replaced with a macro which logs
35 PyAPI_FUNC(void) _Py_NO_RETURN Py_FatalError(const char *message);
/third_party/python/Misc/
H A Dcoverity_model.c34 void Py_FatalError(const char *msg) { in Py_FatalError() function
/third_party/python/Include/cpython/
H A Dpyerrors.h179 #define Py_FatalError(message) _Py_FatalErrorFunc(__func__, message) macro
/third_party/python/Objects/
H A Dcall.c50 Py_FatalError() logs the SystemError exception raised above. */ in _Py_CheckFunctionResult()
51 Py_FatalError("a function returned NULL without setting an exception"); in _Py_CheckFunctionResult()
72 Py_FatalError() logs the SystemError exception raised above. */ in _Py_CheckFunctionResult()
73 Py_FatalError("a function returned a result with an exception set"); in _Py_CheckFunctionResult()
H A Dobject.c1768 Py_FatalError("deallocating NotImplemented"); in notimplemented_dealloc()
2368 Py_FatalError("_PyObject_AssertFailed"); in _PyObject_AssertFailed()
H A Dsetobject.c2532 Py_FatalError("deallocating <dummy key>"); in dummy_dealloc()
/third_party/python/Modules/
H A Dreadline.c1386 Py_FatalError("not enough memory to save locale"); in call_readline()
H A Dfaulthandler.c1092 Py_FatalError("in new thread"); in faulthandler_fatal_error_thread()
1116 /* wait until the thread completes: it will never occur, since Py_FatalError() in faulthandler_fatal_error_c_thread()
1283 "call Py_FatalError() in a new C thread.")},
H A D_tracemalloc.c646 Py_FatalError("tracemalloc_realloc() failed to allocate a trace"); in tracemalloc_realloc()
H A D_testcapimodule.c5831 Py_FatalError(message); in test_fatal_error()
5835 Py_FatalError(message); in test_fatal_error()
5837 // Py_FatalError() does not return, but exits the process. in test_fatal_error()
6709 PyDoc_STR("fatal_error(message, release_gil=False): call Py_FatalError(message)")},
7169 Py_FatalError("MyList instance deallocated twice"); in MyList_dealloc()
H A Dposixmodule.c589 Py_FatalError("failed releasing import lock after fork"); in PyOS_AfterFork_Parent()
12653 Py_FatalError("abort() called from Python code didn't abort!"); in os_abort_impl()
/third_party/python/PC/
H A Dpython3dll.c51 EXPORT_FUNC(Py_FatalError)

Completed in 80 milliseconds