Home
last modified time | relevance | path

Searched refs:_Py_context_state (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Include/internal/
H A Dpycore_context.h30 struct _Py_context_state { struct
H A Dpycore_interp.h16 #include "pycore_context.h" // struct _Py_context_state
172 struct _Py_context_state context;
/third_party/python/Python/
H A Dcontext.c68 static struct _Py_context_state *
345 struct _Py_context_state *state = get_context_state(); in _context_alloc()
477 struct _Py_context_state *state = get_context_state(); in context_tp_dealloc()
1301 struct _Py_context_state *state = &interp->context; in _PyContext_ClearFreeList()
1320 struct _Py_context_state *state = &interp->context; in _PyContext_Fini()

Completed in 3 milliseconds