HomeSort by relevance Sort by last modified time
    Searched refs:_Py_INIT_ERR (Results 1 - 8 of 8) sorted by null

  /external/python/cpython3/Python/
pylifecycle.c 297 return _Py_INIT_ERR("can't import _frozen_importlib");
304 return _Py_INIT_ERR("couldn't get _frozen_importlib from sys.modules");
311 return _Py_INIT_ERR("__import__ not found");
317 return _Py_INIT_ERR("can't import _imp");
323 return _Py_INIT_ERR("can't save _imp to sys.modules");
330 return _Py_INIT_ERR("importlib install failed");
351 return _Py_INIT_ERR("external importer setup failed");
609 return _Py_INIT_ERR("failed to copy core config");
645 return _Py_INIT_ERR("no thread state found");
650 return _Py_INIT_ERR("no main interpreter found")
    [all...]
pystate.c 55 return _Py_INIT_ERR("Can't initialize threads for interpreter");
115 return _Py_INIT_ERR("Can't initialize threads for interpreter");
    [all...]
import.c 50 return _Py_INIT_ERR("Can't backup builtins dict");
88 return _Py_INIT_ERR("initializing sys.meta_path, sys.path_hooks, "
141 return _Py_INIT_ERR("initializing zipimport failed");
    [all...]
sysmodule.c     [all...]
  /external/python/cpython3/Include/
pylifecycle.h 27 #define _Py_INIT_ERR(MSG) \
  /external/python/cpython3/PC/
getpathp.c 293 return _Py_INIT_ERR("buffer overflow in getpathp.c's canonicalize()");
298 return _Py_INIT_ERR("buffer overflow in getpathp.c's canonicalize()");
550 return _Py_INIT_ERR("Cannot determine program path");
745 #define INIT_ERR_BUFFER_OVERFLOW() _Py_INIT_ERR("buffer overflow")
    [all...]
  /external/python/cpython3/Modules/
faulthandler.c     [all...]
main.c     [all...]

Completed in 564 milliseconds