Home
last modified time | relevance | path

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

/external/python/cpython3/Include/internal/
Dpycore_crossinterp.h247 } _PyXI_error; typedef
249 PyAPI_FUNC(PyObject *) _PyXI_ApplyError(_PyXI_error *err);
304 _PyXI_error *error;
307 _PyXI_error _error;
/external/python/cpython3/Python/
Dcrossinterp.c1021 _PyXI_InitError(_PyXI_error *error, PyObject *excobj, _PyXI_errcode code) in _PyXI_InitError()
1059 _PyXI_ApplyError(_PyXI_error *error) in _PyXI_ApplyError()
1653 _PyXI_error *err = &session->_error; in _capture_current_exception()
1654 *err = (_PyXI_error){ in _capture_current_exception()
/external/python/cpython3/Doc/data/
Dpython3.13.abi25374 …<typedef-decl name='_PyXI_error' type-id='type-id-1614' filepath='./Include/internal/pycore_crossi…