Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/
D_xxsubinterpretersmodule.c208 _sharedexception_bind(PyObject *exctype, PyObject *exc, PyObject *tb) in _sharedexception_bind() function
1905 _sharedexception *sharedexc = _sharedexception_bind(exctype, excval, tb); in _run_script()