Home
last modified time | relevance | path

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

/external/python/cpython3/Include/internal/
Dcontext.h30 PyContext *tok_ctx; member
/external/python/cpython3/Python/
Dcontext.c295 if (ctx != tok->tok_ctx) { in PyContextVar_Reset()
1036 Py_CLEAR(self->tok_ctx); in token_tp_clear()
1045 Py_VISIT(self->tok_ctx); in token_tp_traverse()
1156 tok->tok_ctx = ctx; in token_new()