Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_pyerrors.h53 PyAPI_FUNC(void) _PyErr_ChainStackItem(
/third_party/python/Python/
Derrors.c556 _PyErr_ChainStackItem(_PyErr_StackItem *exc_info) in _PyErr_ChainStackItem() function
/third_party/python/Objects/
Dgenobject.c210 _PyErr_ChainStackItem(NULL); in gen_send_ex2()
/third_party/python/Modules/
D_asynciomodule.c626 _PyErr_ChainStackItem(&fut->fut_cancelled_exc_state); in future_set_cancelled_error()