Home
last modified time | relevance | path

Searched defs:async_exc (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Include/
Dpystate.h95 PyObject *async_exc; /* Asynchronous exception to raise */ member
/external/python/cpython3/Include/cpython/
Dpystate.h96 PyObject *async_exc; /* Asynchronous exception to raise */ member
/external/python/cpython3/Include/internal/
Dpycore_interp.h25 int async_exc; member