Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dcontext.c139 _PyContext_Exit(PyThreadState *ts, PyObject *octx) in _PyContext_Exit() function
172 return _PyContext_Exit(ts, octx); in PyContext_Exit()
652 if (_PyContext_Exit(ts, (PyObject *)self)) { in context_run()