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

  /external/python/cpython3/Include/
pylifecycle.h 31 #define _Py_INIT_USER_ERR(MSG) \
33 #define _Py_INIT_NO_MEMORY() _Py_INIT_USER_ERR("memory allocation failed")
  /external/python/cpython3/Python/
bootstrap_hash.c 612 return _Py_INIT_USER_ERR("failed to get random numbers "
pylifecycle.c 601 return _Py_INIT_USER_ERR("cannot modify memory allocator "
667 return _Py_INIT_USER_ERR("Unknown PYTHONMALLOC allocator");
    [all...]
sysmodule.c     [all...]
  /external/python/cpython3/Modules/
main.c 45 ? _Py_INIT_USER_ERR("cannot decode " NAME) \
52 pymain->err = _Py_INIT_USER_ERR("cannot decode " NAME); \
    [all...]
getpath.c 115 ? _Py_INIT_USER_ERR("cannot decode " NAME) \

Completed in 156 milliseconds