Lines Matching refs:tmp_value
3910 PyObject *tp, *v, *tb, *tmp_value;3913 tmp_value = v;3915 if (tmp_value == NULL)3916 tmp_value = Py_None;3917 if ((r = PyTuple_Pack(3, tmp_value, cls, args))) {