Searched defs:runerr (Results 1 - 4 of 4) sorted by relevance

/external/python/cpython2/Modules/_io/
H A D_iomodule.c552 PyObject *runerr;
565 if (result != -1 || !(runerr = PyErr_Occurred()))
569 if (!PyErr_GivenExceptionMatches(runerr, PyExc_OverflowError))
548 PyObject *runerr; local
/external/python/cpython3/Modules/_io/
H A D_iomodule.c506 PyObject *runerr;
513 if (result != -1 || !(runerr = PyErr_Occurred()))
517 if (!PyErr_GivenExceptionMatches(runerr, PyExc_OverflowError))
504 PyObject *runerr; local
/external/python/cpython2/Objects/
H A Dabstract.c1525 PyObject *runerr; local
1532 if (result != -1 || !(runerr = PyErr_Occurred()))
1536 if (!PyErr_GivenExceptionMatches(runerr, PyExc_OverflowError))
/external/python/cpython3/Objects/
H A Dabstract.c1258 PyObject *runerr; local
1265 if (result != -1 || !(runerr = PyErr_Occurred()))
1269 if (!PyErr_GivenExceptionMatches(runerr, PyExc_OverflowError))

Completed in 181 milliseconds