Home
last modified time | relevance | path

Searched refs:Py_FatalError (Results 1 – 25 of 115) sorted by relevance

12345

/external/python/cpython3/Objects/
Dobject.c155 Py_FatalError("XXX inc_count sanity check"); in inc_count()
211 Py_FatalError(buf); in _Py_NegativeRefcount()
298 Py_FatalError("PyObject_CallFinalizerFromDealloc called on " in PyObject_CallFinalizerFromDealloc()
1548 Py_FatalError("deallocating None"); in none_dealloc()
1686 Py_FatalError("deallocating NotImplemented"); in notimplemented_dealloc()
1739 Py_FatalError("Can't initialize object type"); in _Py_ReadyTypes()
1742 Py_FatalError("Can't initialize type type"); in _Py_ReadyTypes()
1745 Py_FatalError("Can't initialize weakref type"); in _Py_ReadyTypes()
1748 Py_FatalError("Can't initialize callable weakref proxy type"); in _Py_ReadyTypes()
1751 Py_FatalError("Can't initialize weakref proxy type"); in _Py_ReadyTypes()
[all …]
/external/python/cpython2/Python/
Dpystate.c67 Py_FatalError("Can't initialize threads for interpreter"); in PyInterpreterState_New()
136 Py_FatalError( in PyInterpreterState_Delete()
142 Py_FatalError("PyInterpreterState_Delete: remaining threads"); in PyInterpreterState_Delete()
265 Py_FatalError("PyThreadState_Delete: NULL tstate"); in tstate_delete_common()
268 Py_FatalError("PyThreadState_Delete: NULL interp"); in tstate_delete_common()
272 Py_FatalError( in tstate_delete_common()
281 Py_FatalError( in tstate_delete_common()
286 Py_FatalError( in tstate_delete_common()
300 Py_FatalError("PyThreadState_Delete: tstate is still current"); in PyThreadState_Delete()
315 Py_FatalError( in PyThreadState_DeleteCurrent()
[all …]
Drandom.c63 Py_FatalError("Failed to initialize Windows random API (CryptoGen)"); in win32_urandom_init()
89 Py_FatalError("Failed to initialized the randomized hash " in win32_urandom()
135 Py_FatalError("getentropy() failed"); in py_getentropy()
156 Py_FatalError("Failed to initialize the randomized hash " in vms_urandom()
186 Py_FatalError("Failed to open /dev/urandom"); in dev_urandom_noraise()
196 Py_FatalError("Failed to read bytes from /dev/urandom"); in dev_urandom_noraise()
397 Py_FatalError("PYTHONHASHSEED must be \"random\" or an integer " in _PyRandom_Init()
Dpythonrun.c205 Py_FatalError("Py_Initialize: can't make first interpreter"); in Py_InitializeEx()
209 Py_FatalError("Py_Initialize: can't make first thread"); in Py_InitializeEx()
215 Py_FatalError("Py_Initialize: can't init frames"); in Py_InitializeEx()
218 Py_FatalError("Py_Initialize: can't init ints"); in Py_InitializeEx()
221 Py_FatalError("Py_Initialize: can't init longs"); in Py_InitializeEx()
224 Py_FatalError("Py_Initialize: can't init bytearray"); in Py_InitializeEx()
230 Py_FatalError("Py_Initialize: can't make modules dictionary"); in Py_InitializeEx()
233 Py_FatalError("Py_Initialize: can't make modules_reloading dictionary"); in Py_InitializeEx()
242 Py_FatalError("Py_Initialize: can't initialize __builtin__"); in Py_InitializeEx()
245 Py_FatalError("Py_Initialize: can't initialize builtins dict"); in Py_InitializeEx()
[all …]
Dthread.c281 Py_FatalError("tls find_key: small circular list(!)"); in find_key()
284 Py_FatalError("tls find_key: circular list(!)"); in find_key()
Dfrozenmain.c53 Py_FatalError("__main__ not frozen"); in Py_FrozenMain()
/external/python/cpython3/Python/
Dceval_gil.h59 Py_FatalError("PyMUTEX_INIT(" #mut ") failed"); };
62 Py_FatalError("PyMUTEX_FINI(" #mut ") failed"); };
65 Py_FatalError("PyMUTEX_LOCK(" #mut ") failed"); };
68 Py_FatalError("PyMUTEX_UNLOCK(" #mut ") failed"); };
72 Py_FatalError("PyCOND_INIT(" #cond ") failed"); };
75 Py_FatalError("PyCOND_FINI(" #cond ") failed"); };
78 Py_FatalError("PyCOND_SIGNAL(" #cond ") failed"); };
81 Py_FatalError("PyCOND_WAIT(" #cond ") failed"); };
86 Py_FatalError("PyCOND_WAIT(" #cond ") failed"); \
152 Py_FatalError("drop_gil: GIL is not locked"); in drop_gil()
[all …]
Dpystate.c241 Py_FatalError( in PyInterpreterState_Delete()
247 Py_FatalError("PyInterpreterState_Delete: remaining threads"); in PyInterpreterState_Delete()
252 Py_FatalError("PyInterpreterState_Delete: remaining subinterpreters"); in PyInterpreterState_Delete()
497 Py_FatalError("PyState_AddModule: Module Definition is NULL"); in PyState_AddModule()
504 Py_FatalError("PyState_AddModule: Module already added!"); in PyState_AddModule()
524 Py_FatalError("PyState_RemoveModule: Module index invalid."); in PyState_RemoveModule()
528 Py_FatalError("PyState_RemoveModule: Interpreters module-list not acessible."); in PyState_RemoveModule()
532 Py_FatalError("PyState_RemoveModule: Module index out of bounds."); in PyState_RemoveModule()
609 Py_FatalError("PyThreadState_Delete: NULL tstate"); in tstate_delete_common()
612 Py_FatalError("PyThreadState_Delete: NULL interp"); in tstate_delete_common()
[all …]
Dpathconfig.c182 Py_FatalError("Py_SetPythonHome() failed: out of memory"); in Py_SetPythonHome()
203 Py_FatalError("Py_SetProgramName() failed: out of memory"); in Py_SetProgramName()
224 Py_FatalError("Py_SetProgramFullPath() failed: out of memory"); in _Py_SetProgramFullPath()
/external/python/cpython3/PC/
Dpython_uwp.cpp62 Py_FatalError("out of memory"); in get_argv0()
66 Py_FatalError("failed to copy to buffer"); in get_argv0()
92 Py_FatalError("out of memory"); in get_argv0()
98 Py_FatalError("failed to copy to buffer"); in get_argv0()
102 Py_FatalError("failed to concatenate backslash"); in get_argv0()
107 Py_FatalError("failed to copy argv[0]"); in get_argv0()
120 Py_FatalError("failed to concatenate program name"); in get_argv0()
137 Py_FatalError("out of memory"); in get_process_name()
165 Py_FatalError("out of memory"); in wmain()
Dgetpathp.c152 Py_FatalError("buffer overflow in getpathp.c's reduce()"); in reduce()
167 Py_FatalError("buffer overflow in getpathp.c's reduce()"); in change_ext()
260 Py_FatalError("buffer overflow in getpathp.c's join()"); in join()
264 Py_FatalError("buffer overflow in getpathp.c's join()"); in join()
604 Py_FatalError("only 'import site' is supported in ._pth file"); in read_pth_file()
637 Py_FatalError("invalid argument during ._pth processing"); in read_pth_file()
639 Py_FatalError("buffer overflow during ._pth processing"); in read_pth_file()
/external/python/cpython2/Objects/
Dobject.c144 Py_FatalError("XXX inc_count sanity check"); in inc_count()
200 Py_FatalError(buf); in _Py_NegativeRefcount()
2016 Py_FatalError("deallocating None"); in none_dealloc()
2077 Py_FatalError("Can't initialize type type"); in _Py_ReadyTypes()
2080 Py_FatalError("Can't initialize weakref type"); in _Py_ReadyTypes()
2083 Py_FatalError("Can't initialize callable weakref proxy type"); in _Py_ReadyTypes()
2086 Py_FatalError("Can't initialize weakref proxy type"); in _Py_ReadyTypes()
2089 Py_FatalError("Can't initialize bool type"); in _Py_ReadyTypes()
2092 Py_FatalError("Can't initialize str type"); in _Py_ReadyTypes()
2095 Py_FatalError("Can't initialize bytearray type"); in _Py_ReadyTypes()
[all …]
Dexceptions.c2038 Py_FatalError("exceptions bootstrapping error.");
2043 Py_FatalError("Module dictionary insertion problem.");
2115 Py_FatalError("exceptions bootstrapping error."); in _PyExc_Init()
2118 Py_FatalError("exceptions bootstrapping error."); in _PyExc_Init()
2179 Py_FatalError("Cannot pre-allocate MemoryError instance"); in _PyExc_Init()
2183 Py_FatalError("Cannot pre-allocate RuntimeError instance for " in _PyExc_Init()
2192 Py_FatalError("cannot allocate argument for RuntimeError " in _PyExc_Init()
2196 Py_FatalError("cannot allocate tuple for RuntimeError " in _PyExc_Init()
2200 Py_FatalError("init of pre-allocated RuntimeError failed"); in _PyExc_Init()
/external/python/cpython2/Parser/
Dgrammar.c25 Py_FatalError("no mem for new grammar"); in newgrammar()
61 Py_FatalError("no mem to resize dfa in adddfa"); in adddfa()
80 Py_FatalError("no mem to resize state in addstate"); in addstate()
103 Py_FatalError("no mem to resize arc list in addarc"); in addarc()
123 Py_FatalError("no mem to resize labellist in addlabel"); in addlabel()
146 Py_FatalError("grammar.c:findlabel()"); in findlabel()
Dpgen.c55 Py_FatalError("out of mem"); in addnfastate()
72 Py_FatalError("out of mem"); in addnfaarc()
86 Py_FatalError("no mem for new nfa"); in newnfa()
111 Py_FatalError("no mem for new nfa grammar"); in newnfagrammar()
140 Py_FatalError("out of mem"); in addnfa()
153 Py_FatalError("REQN"); \
414 Py_FatalError("no mem for xx_state in makedfa"); in makedfa()
455 Py_FatalError("out of mem"); in makedfa()
479 Py_FatalError("out of mem"); in makedfa()
Dfirstsets.c64 Py_FatalError("no mem for new sym in calcfirstset"); in calcfirstset()
79 Py_FatalError( in calcfirstset()
/external/python/cpython3/Parser/
Dgrammar.c21 Py_FatalError("no mem for new grammar"); in newgrammar()
56 Py_FatalError("no mem to resize dfa in adddfa"); in adddfa()
75 Py_FatalError("no mem to resize state in addstate"); in addstate()
98 Py_FatalError("no mem to resize arc list in addarc"); in addarc()
118 Py_FatalError("no mem to resize labellist in addlabel"); in addlabel()
141 Py_FatalError("grammar.c:findlabel()"); in findlabel()
Dpgen.c55 Py_FatalError("out of mem"); in addnfastate()
72 Py_FatalError("out of mem"); in addnfaarc()
86 Py_FatalError("no mem for new nfa"); in newnfa()
111 Py_FatalError("no mem for new nfa grammar"); in newnfagrammar()
139 Py_FatalError("out of mem"); in addnfa()
152 Py_FatalError("REQN"); \
412 Py_FatalError("no mem for xx_state in makedfa"); in makedfa()
453 Py_FatalError("out of mem"); in makedfa()
477 Py_FatalError("out of mem"); in makedfa()
Dfirstsets.c64 Py_FatalError("no mem for new sym in calcfirstset"); in calcfirstset()
79 Py_FatalError( in calcfirstset()
Dgrammar1.c57 Py_FatalError("invalid label"); in PyGrammar_LabelRepr()
/external/python/cpython2/Modules/_ctypes/libffi_msvc/
Dffi.c37 extern void Py_FatalError(const char *msg);
124 Py_FatalError("FFI BUG: not enough stack space for arguments"); in ffi_prep_args()
494 Py_FatalError("FFI_TRAMPOLINE_SIZE too small in " __FILE__); in ffi_prep_closure_loc()
/external/python/cpython3/Modules/_ctypes/libffi_msvc/
Dffi.c37 extern void Py_FatalError(const char *msg);
143 Py_FatalError("FFI BUG: not enough stack space for arguments"); in ffi_prep_args()
524 Py_FatalError("FFI_TRAMPOLINE_SIZE too small in " __FILE__); in ffi_prep_closure_loc()
/external/python/cpython2/Modules/
Dmain.c306 Py_FatalError( in Py_Main()
319 Py_FatalError( in Py_Main()
475 Py_FatalError( in Py_Main()
/external/python/cpython2/Include/
Dpydebug.h36 PyAPI_FUNC(void) Py_FatalError(const char *message);
/external/python/cpython2/Mac/Modules/
DColorPickermodule.c88 Py_FatalError("can't initialize module ColorPicker"); in initColorPicker()

12345