Searched defs:Py_Initialize (Results 1 - 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
H A Dpythonrun.c184 Py_FatalError("Py_Initialize: can't make first interpreter");
188 Py_FatalError("Py_Initialize: can't make first thread");
194 Py_FatalError("Py_Initialize: can't init frames");
197 Py_FatalError("Py_Initialize: can't init ints");
200 Py_FatalError("Py_Initialize: can't init longs");
203 Py_FatalError("Py_Initialize: can't init bytearray");
209 Py_FatalError("Py_Initialize: can't make modules dictionary");
212 Py_FatalError("Py_Initialize: can't make modules_reloading dictionary");
221 Py_FatalError("Py_Initialize: can't initialize __builtin__");
224 Py_FatalError("Py_Initialize
380 Py_Initialize(void) function
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
H A Dpythonrun.c172 Py_FatalError("Py_Initialize: can't make first interpreter");
176 Py_FatalError("Py_Initialize: can't make first thread");
182 Py_FatalError("Py_Initialize: can't init frames");
185 Py_FatalError("Py_Initialize: can't init ints");
188 Py_FatalError("Py_Initialize: can't init longs");
191 Py_FatalError("Py_Initialize: can't init bytearray");
197 Py_FatalError("Py_Initialize: can't make modules dictionary");
200 Py_FatalError("Py_Initialize: can't make modules_reloading dictionary");
209 Py_FatalError("Py_Initialize: can't initialize __builtin__");
212 Py_FatalError("Py_Initialize
368 Py_Initialize(void) function
[all...]

Completed in 76 milliseconds