Home
last modified time | relevance | path

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

/external/python/cpython3/Include/internal/
Dpycore_pyerrors.h53 PyAPI_FUNC(void) _PyErr_ChainStackItem(
/external/python/cpython3/Objects/
Dgenobject.c212 _PyErr_ChainStackItem(NULL); in gen_send_ex()
/external/python/cpython3/Python/
Derrors.c526 _PyErr_ChainStackItem(_PyErr_StackItem *exc_info) in _PyErr_ChainStackItem() function
/external/python/cpython3/Modules/
D_asynciomodule.c625 _PyErr_ChainStackItem(&fut->fut_cancelled_exc_state); in future_set_cancelled_error()