Home | History | Annotate | Download | only in Modules

Lines Matching refs:newargs

3362         PyObject *newargs;
3367 if ((newargs = Py_BuildValue("Oi", st, 1)) == NULL)
3369 tuple = parser_st2tuple((PyST_Object*)NULL, newargs, empty_dict);
3375 Py_DECREF(newargs);