Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dexceptions.c858 PyObject *o_errcode = NULL; in WindowsError_init() local
878 o_errcode = PyInt_FromLong(posix_errno); in WindowsError_init()
879 if (!o_errcode) in WindowsError_init()
882 self->myerrno = o_errcode; in WindowsError_init()