Home
last modified time | relevance | path

Searched refs:Py_DECREF (Results 1 - 25 of 252) sorted by relevance

1234567891011

/third_party/python/Modules/
H A D_abc.c70 Py_DECREF(tp); in abc_data_dealloc()
84 Py_DECREF(self); in abc_data_new()
124 Py_DECREF(impl); in _get_impl()
145 Py_DECREF(ref); in _in_weak_set()
159 Py_DECREF(set); in _destroy()
162 Py_DECREF(set); in _destroy()
189 Py_DECREF(wr); in _add_to_weak_set()
193 Py_DECREF(destroy_cb); in _add_to_weak_set()
195 Py_DECREF(wr); in _add_to_weak_set()
199 Py_DECREF(w in _add_to_weak_set()
[all...]
H A Dmain.c141 Py_DECREF(sys_path0); in pymain_get_importer()
142 Py_DECREF(importer); in pymain_get_importer()
146 Py_DECREF(importer); in pymain_get_importer()
220 Py_DECREF(mod); in pymain_import_readline()
227 Py_DECREF(mod); in pymain_import_readline()
248 Py_DECREF(unicode); in pymain_run_command()
256 Py_DECREF(bytes); in pymain_run_command()
280 Py_DECREF(runpy); in pymain_run_module()
286 Py_DECREF(runpy); in pymain_run_module()
287 Py_DECREF(runmodul in pymain_run_module()
[all...]
H A D_elementtree.c60 Py_DECREF(tmp); in _set_joined_ptr()
151 Py_DECREF(joiner); in list_join()
245 Py_DECREF(extra->children[i]); in dealloc_extra()
297 Py_DECREF(self); in create_new_element()
347 Py_DECREF(attrib_str); in get_attrib_from_keywords()
354 Py_DECREF(attrib); in get_attrib_from_keywords()
362 Py_DECREF(attrib_str); in get_attrib_from_keywords()
365 Py_DECREF(attrib); in get_attrib_from_keywords()
396 Py_DECREF(attrib); in element_init()
411 Py_DECREF(attri in element_init()
[all...]
H A Dmathmodule.c863 Py_DECREF(res); in math_gcd()
869 Py_DECREF(x); in math_gcd()
873 Py_DECREF(x); in math_gcd()
901 Py_DECREF(g); in long_lcm()
906 Py_DECREF(f); in long_lcm()
911 Py_DECREF(m); in long_lcm()
938 Py_DECREF(res); in math_lcm()
944 Py_DECREF(x); in math_lcm()
948 Py_DECREF(x); in math_lcm()
1224 Py_DECREF(metho in math_ceil()
[all...]
H A D_functoolsmodule.c105 Py_DECREF(pto); in partial_new()
113 Py_DECREF(nargs); in partial_new()
115 Py_DECREF(pto); in partial_new()
137 Py_DECREF(pto); in partial_new()
143 Py_DECREF(pto); in partial_new()
183 Py_DECREF(tp); in partial_dealloc()
310 Py_DECREF(kwargs2); in partial_call()
325 Py_DECREF(args2); in partial_call()
391 Py_DECREF(value); in partial_repr()
397 Py_DECREF(arglis in partial_repr()
[all...]
H A D_asynciomodule.c154 Py_DECREF(res); in _is_coroutine()
223 Py_DECREF(getloop); in get_future_loop()
317 Py_DECREF(rl); // will cleanup loop & current_pid in set_running_loop()
320 Py_DECREF(rl); in set_running_loop()
348 Py_DECREF(policy); in get_event_loop()
382 Py_DECREF(callable); in call_soon()
388 Py_DECREF(handle); in call_soon()
516 Py_DECREF(res); in future_init()
575 Py_DECREF(exc_val); in future_set_exception()
585 Py_DECREF(exc_va in future_set_exception()
[all...]
H A Dgetpath.c364 Py_DECREF(r);
375 Py_DECREF(r);
386 Py_DECREF(r);
404 Py_DECREF(u);
566 Py_DECREF(f); in funcs_to_dict()
569 Py_DECREF(f); in funcs_to_dict()
577 Py_DECREF(f); in funcs_to_dict()
580 Py_DECREF(f); in funcs_to_dict()
601 Py_DECREF(u); in wchar_to_dict()
627 Py_DECREF( in decode_to_dict()
[all...]
/third_party/python/Modules/_io/
H A Diobase.c186 Py_DECREF(res); in iobase_check_closed()
245 Py_DECREF(res); in _io__IOBase_close_impl()
269 Py_DECREF(res); in iobase_finalize()
295 Py_DECREF(res); in iobase_finalize()
388 Py_DECREF(res); in _PyIOBase_check_seekable()
421 Py_DECREF(res); in _PyIOBase_check_readable()
454 Py_DECREF(res); in _PyIOBase_check_writable()
566 Py_DECREF(readahead); in _io__IOBase_readline_impl()
590 Py_DECREF(readahead); in _io__IOBase_readline_impl()
606 Py_DECREF( in _io__IOBase_readline_impl()
[all...]
/third_party/python/Modules/_ctypes/
H A Dstgdict.c225 Py_DECREF(fields); in MakeFields()
236 Py_DECREF(fieldlist); in MakeFields()
241 Py_DECREF(fieldlist); in MakeFields()
246 Py_DECREF(fdescr); in MakeFields()
247 Py_DECREF(fieldlist); in MakeFields()
254 Py_DECREF(fdescr); in MakeFields()
256 Py_DECREF(fieldlist); in MakeFields()
263 Py_DECREF(fdescr); in MakeFields()
264 Py_DECREF(fieldlist); in MakeFields()
276 Py_DECREF(fdesc in MakeFields()
[all...]
/third_party/python/Objects/
H A Dsetobject.c84 Py_DECREF(startkey); in set_lookkey()
143 Py_DECREF(startkey); in set_add_entry()
180 Py_DECREF(key); in set_add_entry()
184 Py_DECREF(key); in set_add_entry()
339 Py_DECREF(old_key); in set_discard_entry()
436 Py_DECREF(entry->key); in set_clear_internal()
497 Py_DECREF(entry->key); in set_dealloc()
530 Py_DECREF(keys); in set_repr()
534 Py_DECREF(listrepr); in set_repr()
545 Py_DECREF(listrep in set_repr()
[all...]
H A Dgenericaliasobject.c70 Py_DECREF(tmp); in ga_repr_item()
75 Py_DECREF(tmp); in ga_repr_item()
119 Py_DECREF(r); in ga_repr_item()
227 Py_DECREF(parameters); in _Py_make_parameters()
232 Py_DECREF(subst); in _Py_make_parameters()
238 Py_DECREF(parameters); in _Py_make_parameters()
247 Py_DECREF(subparams); in _Py_make_parameters()
248 Py_DECREF(parameters); in _Py_make_parameters()
287 Py_DECREF(subparams); in subs_tvars()
315 Py_DECREF(subarg in subs_tvars()
[all...]
H A Dfileobject.c44 Py_DECREF(io); in PyFile_FromFd()
70 Py_DECREF(result); in PyFile_GetLine()
80 Py_DECREF(result); in PyFile_GetLine()
91 Py_DECREF(result); in PyFile_GetLine()
99 Py_DECREF(result); in PyFile_GetLine()
107 Py_DECREF(result); in PyFile_GetLine()
134 Py_DECREF(writer); in PyFile_WriteObject()
138 Py_DECREF(value); in PyFile_WriteObject()
139 Py_DECREF(writer); in PyFile_WriteObject()
142 Py_DECREF(resul in PyFile_WriteObject()
[all...]
H A Dstructseq.c115 Py_DECREF(tp); in structseq_dealloc()
164 Py_DECREF(arg); in structseq_new_impl()
174 Py_DECREF(arg); in structseq_new_impl()
182 Py_DECREF(arg); in structseq_new_impl()
191 Py_DECREF(arg); in structseq_new_impl()
198 Py_DECREF(arg); in structseq_new_impl()
206 Py_DECREF(arg); in structseq_new_impl()
216 Py_DECREF(res); in structseq_new_impl()
252 Py_DECREF(type_name); in structseq_repr()
255 Py_DECREF(type_nam in structseq_repr()
[all...]
H A Drangeobject.c59 Py_DECREF(length); in make_range_object()
92 Py_DECREF(start); in range_from_array()
97 Py_DECREF(start); in range_from_array()
98 Py_DECREF(stop); in range_from_array()
128 Py_DECREF(start); in range_from_array()
129 Py_DECREF(stop); in range_from_array()
130 Py_DECREF(step); in range_from_array()
168 Py_DECREF(r->start); in range_dealloc()
169 Py_DECREF(r->stop); in range_dealloc()
170 Py_DECREF( in range_dealloc()
[all...]
/third_party/python/Python/
H A Dbltinmodule.c47 Py_DECREF(meth); in update_bases()
54 Py_DECREF(new_base); in update_bases()
61 Py_DECREF(new_base); in update_bases()
72 Py_DECREF(new_base); in update_bases()
75 Py_DECREF(new_base); in update_bases()
81 Py_DECREF(new_bases); in update_bases()
122 Py_DECREF(orig_bases); in builtin___build_class__()
172 Py_DECREF(meta); in builtin___build_class__()
188 Py_DECREF(prep); in builtin___build_class__()
223 Py_DECREF(cl in builtin___build_class__()
[all...]
H A Dimportdl.c85 Py_DECREF(name); in get_encoded_name()
86 Py_DECREF(encoded); in get_encoded_name()
89 Py_DECREF(name); in get_encoded_name()
142 Py_DECREF(pathbytes); in _PyImport_LoadDynamicModuleWithSpec()
155 Py_DECREF(msg); in _PyImport_LoadDynamicModuleWithSpec()
200 Py_DECREF(name_unicode); in _PyImport_LoadDynamicModuleWithSpec()
201 Py_DECREF(name); in _PyImport_LoadDynamicModuleWithSpec()
202 Py_DECREF(path); in _PyImport_LoadDynamicModuleWithSpec()
236 Py_DECREF(name_unicode); in _PyImport_LoadDynamicModuleWithSpec()
237 Py_DECREF(nam in _PyImport_LoadDynamicModuleWithSpec()
[all...]
H A Dcodecs.c152 Py_DECREF(v); in _PyCodec_Lookup()
181 Py_DECREF(result); in _PyCodec_Lookup()
187 Py_DECREF(result); in _PyCodec_Lookup()
201 Py_DECREF(result); in _PyCodec_Lookup()
204 Py_DECREF(v); in _PyCodec_Lookup()
208 Py_DECREF(v); in _PyCodec_Lookup()
224 Py_DECREF(codecs); in PyCodec_KnownEncoding()
245 Py_DECREF(args); in args_tuple()
265 Py_DECREF(codecs); in codec_getitem()
285 Py_DECREF(inccode in codec_makeincrementalcodec()
[all...]
H A Dimport.c75 Py_DECREF(zipimport); in _PyImportZip_Init()
85 Py_DECREF(zipimporter); in _PyImportZip_Init()
333 Py_DECREF(modules); in import_get_module()
358 Py_DECREF(value); in import_ensure_initialized()
377 Py_DECREF(external); in PyImport_GetMagicNumber()
381 Py_DECREF(pyc_magic); in PyImport_GetMagicNumber()
467 Py_DECREF(key); in _PyImport_FixupExtensionObject()
485 Py_DECREF(nameobj); in _PyImport_FixupBuiltin()
502 Py_DECREF(key); in import_find_extension()
519 Py_DECREF(mo in import_find_extension()
[all...]
H A Derrors.c40 Py_DECREF(traceback); in _PyErr_Restore()
138 Py_DECREF(exc_value); in _PyErr_SetObject()
156 Py_DECREF(context); in _PyErr_SetObject()
169 Py_DECREF(slow_o); in _PyErr_SetObject()
176 Py_DECREF(exc_value); in _PyErr_SetObject()
205 Py_DECREF(tup); in _PyErr_SetKeyError()
358 Py_DECREF(value); in _PyErr_NormalizeException()
366 Py_DECREF(type); in _PyErr_NormalizeException()
376 Py_DECREF(type); in _PyErr_NormalizeException()
377 Py_DECREF(valu in _PyErr_NormalizeException()
[all...]
H A Dceval.c54 #undef Py_DECREF macro
55 #define Py_DECREF(arg) \ macro
69 Py_DECREF(xop); \
963 Py_DECREF(value); in match_keys()
964 Py_DECREF(values); in match_keys()
974 Py_DECREF(get); in match_keys()
975 Py_DECREF(seen); in match_keys()
976 Py_DECREF(dummy); in match_keys()
1034 Py_DECREF(seen); in match_class()
1094 Py_DECREF(att in match_class()
[all...]
H A D_warnings.c86 Py_DECREF(modname_obj); in create_filter()
117 Py_DECREF(filters); in init_filters()
184 Py_DECREF(result); in check_matched()
226 Py_DECREF(warnings_module); in get_warnings_attr()
253 Py_DECREF(registry); in get_once_registry()
284 Py_DECREF(default_action); in get_default_action()
347 Py_DECREF(tmp_item); in get_filter()
353 Py_DECREF(tmp_item); in get_filter()
359 Py_DECREF(tmp_item); in get_filter()
365 Py_DECREF(tmp_ite in get_filter()
[all...]
/third_party/python/Doc/includes/
H A Drun-func.c21 Py_DECREF(pName); in main()
32 Py_DECREF(pArgs); in main()
33 Py_DECREF(pModule); in main()
41 Py_DECREF(pArgs); in main()
44 Py_DECREF(pValue); in main()
47 Py_DECREF(pFunc); in main()
48 Py_DECREF(pModule); in main()
60 Py_DECREF(pModule); in main()
/third_party/python/Modules/_decimal/
H A D_decimal.c348 Py_DECREF(list); in flags_as_list()
366 Py_DECREF(list); in signals_as_list()
412 Py_DECREF(dict); in flags_as_dict()
506 Py_DECREF(siglist); in dec_addstatus()
1263 Py_DECREF(self); in context_new()
1268 Py_DECREF(self); in context_new()
1461 Py_DECREF(flags); in context_reduce()
1472 Py_DECREF(flags); in context_reduce()
1473 Py_DECREF(traps); in context_reduce()
1560 Py_DECREF(tl_contex in current_context_from_dict()
[all...]
/third_party/python/Lib/test/
H A D_testcppext.cpp44 Py_DECREF(this->m_obj); in ~StrongRef()
70 Py_DECREF(const_obj); in Py_UNUSED()
84 Py_DECREF(strong_ref); in Py_UNUSED()
95 Py_DECREF(obj); in Py_UNUSED()
125 Py_DECREF(str); in Py_UNUSED()
175 Py_DECREF(type); in VirtualPyObject()
185 Py_DECREF(obj); in Py_UNUSED()
218 Py_DECREF(result); in _testcppext_exec()
222 Py_DECREF(result); in _testcppext_exec()
226 Py_DECREF(resul in _testcppext_exec()
[all...]
/third_party/python/Modules/_sqlite/
H A Dmicroprotocols.c66 Py_DECREF(key); in pysqlite_microprotocols_add()
89 Py_DECREF(key); in pysqlite_microprotocols_adapt()
93 Py_DECREF(adapter); in pysqlite_microprotocols_adapt()
106 Py_DECREF(adapter); in pysqlite_microprotocols_adapt()
109 Py_DECREF(adapted); in pysqlite_microprotocols_adapt()
125 Py_DECREF(adapter); in pysqlite_microprotocols_adapt()
128 Py_DECREF(adapted); in pysqlite_microprotocols_adapt()

Completed in 33 milliseconds

1234567891011