Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dpylifecycle.h14 int user_err; member
26 (_PyInitError){.prefix = NULL, .msg = NULL, .user_err = 0}
28 (_PyInitError){.prefix = _Py_INIT_GET_FUNC(), .msg = (MSG), .user_err = 0}
32 (_PyInitError){.prefix = _Py_INIT_GET_FUNC(), .msg = (MSG), .user_err = 1}
/external/python/cpython3/Python/
Dpylifecycle.c2197 int status = err.user_err ? 1 : -1; in _Py_FatalInitError()