Lines Matching refs:Py_INCREF
61 Py_INCREF(func); in partial_new()
70 Py_INCREF(nargs); in partial_new()
74 Py_INCREF(pargs); in partial_new()
92 Py_INCREF(kw); in partial_new()
300 Py_INCREF(fnargs); in partial_setstate()
309 Py_INCREF(kw); in partial_setstate()
315 Py_INCREF(fn); in partial_setstate()
319 Py_INCREF(dict); in partial_setstate()
472 Py_INCREF(ko->cmp); in keyobject_call()
474 Py_INCREF(object); in keyobject_call()
536 Py_INCREF(cmp); in functools_cmp_to_key()
555 Py_INCREF(result); in functools_reduce()
715 Py_INCREF(args); in lru_cache_make_key()
735 Py_INCREF(item); in lru_cache_make_key()
739 Py_INCREF(kwd_mark); in lru_cache_make_key()
742 Py_INCREF(keyword); in lru_cache_make_key()
744 Py_INCREF(value); in lru_cache_make_key()
752 Py_INCREF(item); in lru_cache_make_key()
758 Py_INCREF(item); in lru_cache_make_key()
792 Py_INCREF(result); in infinite_lru_cache_wrapper()
854 Py_INCREF(result); in bounded_lru_cache_wrapper()
915 Py_INCREF(result); /* for return */ in bounded_lru_cache_wrapper()
939 Py_INCREF(result); /* for return */ in bounded_lru_cache_wrapper()
1000 Py_INCREF(maxsize_O); in lru_cache_new()
1002 Py_INCREF(func); in lru_cache_new()
1007 Py_INCREF(cache_info_type); in lru_cache_new()
1058 Py_INCREF(self); in lru_cache_descr_get()
1092 Py_INCREF(self); in lru_cache_copy()
1099 Py_INCREF(self); in lru_cache_deepcopy()
1266 Py_INCREF(typelist[i]); in PyInit__functools()