Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_interp.h154 struct _Py_context_state { struct
303 struct _Py_context_state context;
/third_party/python/Python/
Dcontext.c69 static struct _Py_context_state *
343 struct _Py_context_state *state = get_context_state(); in _context_alloc()
472 struct _Py_context_state *state = get_context_state(); in context_tp_dealloc()
1292 struct _Py_context_state *state = &interp->context; in _PyContext_ClearFreeList()
1310 struct _Py_context_state *state = &interp->context; in _PyContext_Fini()