Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:Py_FatalError
(Results
1 - 24
of
24
) sorted by relevance
/third_party/python/Python/
H
A
D
ceval_gil.h
56
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
D
pystate.c
103
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
D
frozenmain.c
64
Py_FatalError
("the __main__ module is not frozen");
in Py_FrozenMain()
H
A
D
thread_pthread_stubs.h
142
Py_FatalError
("pthread_key_create destructor is not supported");
in pthread_key_create()
H
A
D
sysmodule.c
3287
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
D
pylifecycle.c
2075
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
D
errors.c
403
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
D
getargs.c
290
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
D
import.c
268
Py_FatalError
("interpreter has no modules dictionary");
in PyImport_GetModuleDict()
708
Py_FatalError
("no current interpreter");
in PyImport_ExecCodeModuleWithPathnames()
H
A
D
ceval.c
460
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
D
pythonrun.c
1895
Py_FatalError
("Could not reset the stack!");
in PyOS_CheckStack()
/third_party/python/Include/
H
A
D
pymacro.h
127
Py_FatalError
( \
139
Py_FatalError
( \
151
Py_FatalError
("Unreachable C code path reached")
H
A
D
pyerrors.h
32
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
D
coverity_model.c
34
void
Py_FatalError
(const char *msg) {
in Py_FatalError()
function
/third_party/python/Include/cpython/
H
A
D
pyerrors.h
179
#define
Py_FatalError
(message) _Py_FatalErrorFunc(__func__, message)
macro
/third_party/python/Objects/
H
A
D
call.c
50
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
D
object.c
1768
Py_FatalError
("deallocating NotImplemented");
in notimplemented_dealloc()
2368
Py_FatalError
("_PyObject_AssertFailed");
in _PyObject_AssertFailed()
H
A
D
setobject.c
2532
Py_FatalError
("deallocating <dummy key>");
in dummy_dealloc()
/third_party/python/Modules/
H
A
D
readline.c
1386
Py_FatalError
("not enough memory to save locale");
in call_readline()
H
A
D
faulthandler.c
1092
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.c
646
Py_FatalError
("tracemalloc_realloc() failed to allocate a trace");
in tracemalloc_realloc()
H
A
D
_testcapimodule.c
5831
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
D
posixmodule.c
589
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
D
python3dll.c
51
EXPORT_FUNC(
Py_FatalError
)
Completed in 80 milliseconds