Lines Matching refs:Py_INCREF
22 Py_INCREF(result); in functools_reduce()
128 Py_INCREF(func); in partial_new()
169 Py_INCREF(args); in partial_call()
172 Py_INCREF(pto->args); in partial_call()
237 Py_INCREF(pto->dict); in partial_get_dict()
259 Py_INCREF(value); in partial_set_dict()
303 Py_INCREF(fnargs); in partial_setstate()
312 Py_INCREF(kw); in partial_setstate()
318 Py_INCREF(fn); in partial_setstate()
322 Py_INCREF(dict); in partial_setstate()
412 Py_INCREF(typelist[i]); in init_functools()