Home | History | Annotate | Download | only in Objects

Lines Matching defs:orig_args

4237     PyObject *result, *orig_args;

4246 orig_args = args;
4683 if (PyTuple_Check(orig_args) && argidx > 0) {
4685 Py_ssize_t n = PyTuple_GET_SIZE(orig_args) - argidx;
4690 PyObject *w = PyTuple_GET_ITEM(orig_args, n + argidx);
4696 Py_INCREF(orig_args);
4697 args = orig_args;