Home
last modified time | relevance | path

Searched refs:tok_oldval (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Python/
H A Dcontext.c323 if (tok->tok_oldval == NULL) { in PyContextVar_Reset()
327 return contextvar_set(var, tok->tok_oldval); in PyContextVar_Reset()
1107 Py_CLEAR(self->tok_oldval); in token_tp_clear()
1116 Py_VISIT(self->tok_oldval); in token_tp_traverse()
1186 if (self->tok_oldval == NULL) { in token_get_old_value()
1190 Py_INCREF(self->tok_oldval); in token_get_old_value()
1191 return self->tok_oldval; in token_get_old_value()
1238 tok->tok_oldval = val; in token_new()
/third_party/python/Include/internal/
H A Dpycore_context.h62 PyObject *tok_oldval; member

Completed in 3 milliseconds