Searched refs:tok_oldval (Results 1 – 2 of 2) sorted by relevance
303 if (tok->tok_oldval == NULL) { in PyContextVar_Reset()307 return contextvar_set(var, tok->tok_oldval); in PyContextVar_Reset()1038 Py_CLEAR(self->tok_oldval); in token_tp_clear()1047 Py_VISIT(self->tok_oldval); in token_tp_traverse()1117 if (self->tok_oldval == NULL) { in token_get_old_value()1121 Py_INCREF(self->tok_oldval); in token_get_old_value()1122 return self->tok_oldval; in token_get_old_value()1162 tok->tok_oldval = val; in token_new()
32 PyObject *tok_oldval; member