Home
last modified time | relevance | path

Searched refs:bimod (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dpythonrun.c139 PyObject *bimod, *sysmod; in Py_InitializeEx() local
207 bimod = _PyBuiltin_Init(); in Py_InitializeEx()
208 if (bimod == NULL) in Py_InitializeEx()
210 interp->builtins = PyModule_GetDict(bimod); in Py_InitializeEx()
568 PyObject *bimod, *sysmod; in Py_NewInterpreter() local
590 bimod = _PyImport_FindExtension("__builtin__", "__builtin__"); in Py_NewInterpreter()
591 if (bimod != NULL) { in Py_NewInterpreter()
592 interp->builtins = PyModule_GetDict(bimod); in Py_NewInterpreter()
598 if (bimod != NULL && sysmod != NULL) { in Py_NewInterpreter()
700 PyObject *bimod = PyImport_ImportModule("__builtin__"); in initmain() local
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dpythonrun.c145 PyObject *bimod, *sysmod; in Py_InitializeEx() local
219 bimod = _PyBuiltin_Init(); in Py_InitializeEx()
220 if (bimod == NULL) in Py_InitializeEx()
222 interp->builtins = PyModule_GetDict(bimod); in Py_InitializeEx()
581 PyObject *bimod, *sysmod; in Py_NewInterpreter() local
603 bimod = _PyImport_FindExtension("__builtin__", "__builtin__"); in Py_NewInterpreter()
604 if (bimod != NULL) { in Py_NewInterpreter()
605 interp->builtins = PyModule_GetDict(bimod); in Py_NewInterpreter()
611 if (bimod != NULL && sysmod != NULL) { in Py_NewInterpreter()
713 PyObject *bimod = PyImport_ImportModule("__builtin__"); in initmain() local
[all …]