Home
last modified time | relevance | path

Searched refs:Py_XDECREF (Results 1 - 25 of 155) sorted by relevance

1234567

/third_party/python/Python/
H A Derrors.c45 invocation through Py_XDECREF */ in _PyErr_Restore()
54 Py_XDECREF(oldtype); in _PyErr_Restore()
55 Py_XDECREF(oldvalue); in _PyErr_Restore()
56 Py_XDECREF(oldtraceback); in _PyErr_Restore()
136 Py_XDECREF(value); in _PyErr_SetObject()
229 Py_XDECREF(value); in _PyErr_SetString()
482 Py_XDECREF(tb); in get_exc_traceback()
544 Py_XDECREF(value); in PyErr_SetExcInfo()
546 Py_XDECREF(type); in PyErr_SetExcInfo()
547 Py_XDECREF(tracebac in PyErr_SetExcInfo()
[all...]
H A Dframe.c35 Py_XDECREF(error_type); in _PyFrame_MakeAndSetFrameObject()
36 Py_XDECREF(error_value); in _PyFrame_MakeAndSetFrameObject()
37 Py_XDECREF(error_traceback); in _PyFrame_MakeAndSetFrameObject()
141 Py_XDECREF(frame->localsplus[i]); in _PyFrame_Clear()
143 Py_XDECREF(frame->frame_obj); in _PyFrame_Clear()
144 Py_XDECREF(frame->f_locals); in _PyFrame_Clear()
H A Dimportdl.c90 Py_XDECREF(encoded); in get_encoded_name()
244 Py_XDECREF(name); in _PyImport_LoadDynamicModuleWithSpec()
245 Py_XDECREF(path); in _PyImport_LoadDynamicModuleWithSpec()
246 Py_XDECREF(m); in _PyImport_LoadDynamicModuleWithSpec()
H A Dpythonrun.c106 Py_XDECREF(filename_obj); in PyRun_AnyFileExFlags()
123 Py_XDECREF(v); in _PyRun_InteractiveLoopObject()
128 Py_XDECREF(v); in _PyRun_InteractiveLoopObject()
235 Py_XDECREF(v); in PyRun_InteractiveOneObjectEx()
236 Py_XDECREF(w); in PyRun_InteractiveOneObjectEx()
237 Py_XDECREF(oenc); in PyRun_InteractiveOneObjectEx()
244 Py_XDECREF(v); in PyRun_InteractiveOneObjectEx()
245 Py_XDECREF(w); in PyRun_InteractiveOneObjectEx()
246 Py_XDECREF(oenc); in PyRun_InteractiveOneObjectEx()
460 Py_XDECREF( in _PyRun_SimpleFileObject()
[all...]
H A D_warnings.c490 Py_XDECREF(altkey); in update_registry()
563 Py_XDECREF(name); in show_warning()
620 Py_XDECREF(show_fn); in call_show_warning()
758 Py_XDECREF(item); in warn_explicit()
759 Py_XDECREF(key); in warn_explicit()
760 Py_XDECREF(text); in warn_explicit()
761 Py_XDECREF(lineno_obj); in warn_explicit()
763 Py_XDECREF(message); in warn_explicit()
897 Py_XDECREF(*registry); in setup_context()
898 Py_XDECREF(*modul in setup_context()
[all...]
H A Dbltinmodule.c85 Py_XDECREF(new_bases); in update_bases()
230 Py_XDECREF(cell); in builtin___build_class__()
231 Py_XDECREF(ns); in builtin___build_class__()
232 Py_XDECREF(meta); in builtin___build_class__()
233 Py_XDECREF(mkw); in builtin___build_class__()
560 Py_XDECREF(lz->func); in filter_dealloc()
561 Py_XDECREF(lz->it); in filter_dealloc()
833 Py_XDECREF(source_copy); in builtin_compile_impl()
971 Py_XDECREF(source_copy); in builtin_eval_impl()
1106 Py_XDECREF(source_cop in builtin_exec_impl()
[all...]
H A Dtraceback.c145 Py_XDECREF(old_next); in tb_next_set()
173 Py_XDECREF(tb->tb_next); in tb_dealloc()
174 Py_XDECREF(tb->tb_frame); in tb_dealloc()
259 Py_XDECREF(tb); in PyTraceBack_Here()
378 Py_XDECREF(open); in _Py_FindSourceFile()
504 Py_XDECREF(lineobj); in display_source_line_with_margin()
520 Py_XDECREF(lineobj); in display_source_line_with_margin()
716 Py_XDECREF(segment); in extract_anchors_from_line()
900 Py_XDECREF(source_line); in tb_displayline()
979 Py_XDECREF(cod in tb_printinternal()
[all...]
/third_party/python/Parser/
H A Dpegen_errors.c42 Py_XDECREF(type); in _PyPegen_raise_tokenizer_init_error()
43 Py_XDECREF(value); in _PyPegen_raise_tokenizer_init_error()
44 Py_XDECREF(tback); in _PyPegen_raise_tokenizer_init_error()
45 Py_XDECREF(errstr); in _PyPegen_raise_tokenizer_init_error()
46 Py_XDECREF(tuple); in _PyPegen_raise_tokenizer_init_error()
140 Py_XDECREF(type); in _Pypegen_raise_decode_error()
141 Py_XDECREF(value); in _Pypegen_raise_decode_error()
142 Py_XDECREF(tback); in _Pypegen_raise_decode_error()
197 Py_XDECREF(value); in _PyPegen_tokenize_full_source_to_check_for_errors()
198 Py_XDECREF(typ in _PyPegen_tokenize_full_source_to_check_for_errors()
[all...]
/third_party/python/Objects/
H A Drangeobject.c242 Py_XDECREF(tmp2); in compute_range_length()
243 Py_XDECREF(diff); in compute_range_length()
244 Py_XDECREF(tmp1); in compute_range_length()
370 Py_XDECREF(start); in compute_slice()
371 Py_XDECREF(stop); in compute_slice()
372 Py_XDECREF(step); in compute_slice()
373 Py_XDECREF(substart); in compute_slice()
374 Py_XDECREF(substop); in compute_slice()
375 Py_XDECREF(substep); in compute_slice()
420 Py_XDECREF(tmp in range_contains_long()
[all...]
H A Dcodeobject.c483 Py_XDECREF(replacement_locations); in _PyCode_New()
488 Py_XDECREF(replacement_locations); in _PyCode_New()
616 Py_XDECREF(localsplusnames); in PyCode_NewWithPosOnlyArgs()
617 Py_XDECREF(localspluskinds); in PyCode_NewWithPosOnlyArgs()
704 Py_XDECREF(nulltuple); in PyCode_NewEmpty()
705 Py_XDECREF(funcname_ob); in PyCode_NewEmpty()
706 Py_XDECREF(filename_ob); in PyCode_NewEmpty()
707 Py_XDECREF(code_ob); in PyCode_NewEmpty()
708 Py_XDECREF(linetable_ob); in PyCode_NewEmpty()
1169 Py_XDECREF(star in lineiter_next()
[all...]
H A Diterobject.c36 Py_XDECREF(it->it_seq); in iter_dealloc()
202 Py_XDECREF(it->it_callable); in calliter_dealloc()
203 Py_XDECREF(it->it_sentinel); in calliter_dealloc()
243 Py_XDECREF(result); in calliter_iternext()
312 Py_XDECREF(obj->wrapped); in anextawaitable_dealloc()
313 Py_XDECREF(obj->default_value); in anextawaitable_dealloc()
H A Dnamespaceobject.c138 Py_XDECREF(pairs); in namespace_repr()
139 Py_XDECREF(d); in namespace_repr()
140 Py_XDECREF(keys); in namespace_repr()
141 Py_XDECREF(keys_iter); in namespace_repr()
H A Dunionobject.c24 Py_XDECREF(alias->args); in unionobject_dealloc()
25 Py_XDECREF(alias->parameters); in unionobject_dealloc()
103 Py_XDECREF(tuple); in merge()
240 Py_XDECREF(qualname); in union_repr_item()
241 Py_XDECREF(module); in union_repr_item()
H A Dgenericaliasobject.c35 Py_XDECREF(alias->origin); in ga_dealloc()
36 Py_XDECREF(alias->args); in ga_dealloc()
37 Py_XDECREF(alias->parameters); in ga_dealloc()
111 Py_XDECREF(qualname); in ga_repr_item()
112 Py_XDECREF(module); in ga_repr_item()
257 Py_XDECREF(subparams); in _Py_make_parameters()
262 Py_XDECREF(parameters); in _Py_make_parameters()
320 Py_XDECREF(subparams); in subs_tvars()
391 Py_XDECREF(subargs); in _unpack_args()
740 Py_XDECREF(dir_entr in ga_dir()
[all...]
H A Dmoduleobject.c379 Py_XDECREF(m); in PyModule_FromDefAndSpec2()
469 Py_XDECREF(v); in PyModule_SetDocString()
699 Py_XDECREF(m->md_dict); in module_dealloc()
700 Py_XDECREF(m->md_name); in module_dealloc()
801 Py_XDECREF(spec); in module_getattro()
870 Py_XDECREF(dict); in module_dir()
887 Py_XDECREF(dict); in module_get_annotations()
943 Py_XDECREF(dict); in module_set_annotations()
/third_party/python/Modules/cjkcodecs/
H A Dmultibytecodec.c373 Py_XDECREF(retobj); in multibytecodec_encerror()
374 Py_XDECREF(retstr); in multibytecodec_encerror()
478 Py_XDECREF(retobj); in multibytecodec_decerror()
560 Py_XDECREF(buf.excobj); in multibytecodec_encode()
564 Py_XDECREF(buf.excobj); in multibytecodec_encode()
565 Py_XDECREF(buf.outobj); in multibytecodec_encode()
608 Py_XDECREF(ucvt); in _multibytecodec_MultibyteCodec_encode_impl()
615 Py_XDECREF(ucvt); in _multibytecodec_MultibyteCodec_encode_impl()
629 Py_XDECREF(ucvt); in _multibytecodec_MultibyteCodec_encode_impl()
634 Py_XDECREF(ucv in _multibytecodec_MultibyteCodec_encode_impl()
[all...]
/third_party/python/Objects/stringlib/
H A Dunicode_format.h483 Py_XDECREF(obj); in get_field_object()
548 Py_XDECREF(format_spec_object); in render_field()
549 Py_XDECREF(result); in render_field()
855 Py_XDECREF(fieldobj); in output_markup()
856 Py_XDECREF(tmp); in output_markup()
987 Py_XDECREF(it->str); in formatteriter_dealloc()
1057 Py_XDECREF(literal_str); in formatteriter_next()
1058 Py_XDECREF(field_name_str); in formatteriter_next()
1059 Py_XDECREF(format_spec_str); in formatteriter_next()
1060 Py_XDECREF(conversion_st in formatteriter_next()
[all...]
/third_party/python/Doc/includes/
H A Dcustom2.c15 Py_XDECREF(self->first); in Custom_dealloc()
16 Py_XDECREF(self->last); in Custom_dealloc()
56 Py_XDECREF(tmp); in Custom_init()
62 Py_XDECREF(tmp); in Custom_init()
/third_party/python/Modules/
H A Ditertoolsmodule.c98 Py_XDECREF(po->it); in pairwise_dealloc()
99 Py_XDECREF(po->old); in pairwise_dealloc()
239 Py_XDECREF(gbo->it); in groupby_dealloc()
240 Py_XDECREF(gbo->keyfunc); in groupby_dealloc()
241 Py_XDECREF(gbo->tgtkey); in groupby_dealloc()
242 Py_XDECREF(gbo->currkey); in groupby_dealloc()
243 Py_XDECREF(gbo->currvalue); in groupby_dealloc()
281 Py_XDECREF(oldvalue); in groupby_step()
668 Py_XDECREF(obj); in teedataobject_safe_decref()
761 Py_XDECREF(td in itertools_teedataobject_impl()
[all...]
H A Dreadline.c309 Py_XDECREF(filename_bytes); in readline_write_history_file_impl()
351 Py_XDECREF(filename_bytes); in readline_append_history_file_impl()
1008 Py_XDECREF(r); in on_hook()
1080 Py_XDECREF(m); in on_completion_display_matches_hook()
1081 Py_XDECREF(r); in on_completion_display_matches_hook()
1136 Py_XDECREF(r); in on_completion()
1183 Py_XDECREF(readlinestate_global->begidx); in flex_complete()
1184 Py_XDECREF(readlinestate_global->endidx); in flex_complete()
H A D_zoneinfo.c228 Py_XDECREF(self); in zoneinfo_new_instance()
239 Py_XDECREF(tmp); in zoneinfo_new_instance()
258 Py_XDECREF(cache); in get_weak_cache()
335 Py_XDECREF(self->key); in zoneinfo_dealloc()
336 Py_XDECREF(self->file_repr); in zoneinfo_dealloc()
377 Py_XDECREF(file_repr); in zoneinfo_from_file()
378 Py_XDECREF(self); in zoneinfo_from_file()
589 Py_XDECREF(args); in zoneinfo_fromutc()
590 Py_XDECREF(kwargs); in zoneinfo_fromutc()
591 Py_XDECREF(replac in zoneinfo_fromutc()
[all...]
H A D_pickle.c801 Py_XDECREF(self->mt_table[i].me_key); in PyMemoTable_Clear()
1030 Py_XDECREF(result); in _Pickler_FlushToFile()
1594 Py_XDECREF(memo[i]); in _Unpickler_MemoCleanup()
1849 Py_XDECREF(parent); in get_deep_attribute()
1860 Py_XDECREF(parent); in get_deep_attribute()
2234 Py_XDECREF(repr); in save_long()
2331 Py_XDECREF(mem); in _Pickler_write_bytes()
2696 Py_XDECREF(encoded); in write_unicode_binary()
2701 Py_XDECREF(encoded); in write_unicode_binary()
2704 Py_XDECREF(encode in write_unicode_binary()
[all...]
/third_party/python/Modules/_ctypes/
H A Dcallbacks.c35 Py_XDECREF(self->converters); in CThunkObject_dealloc()
36 Py_XDECREF(self->callable); in CThunkObject_dealloc()
37 Py_XDECREF(self->restype); in CThunkObject_dealloc()
249 Py_XDECREF(error_object); in _CallPythonObject()
294 Py_XDECREF(result); in _CallPythonObject()
462 Py_XDECREF(p); in _ctypes_alloc_callback()
505 Py_XDECREF(py_rclsid); in Call_GetClassObject()
506 Py_XDECREF(py_riid); in Call_GetClassObject()
507 Py_XDECREF(py_ppv); in Call_GetClassObject()
/third_party/python/Modules/_xxtestfuzz/
H A Dfuzzer.c26 Py_XDECREF(f); in fuzz_builtin_float()
67 Py_XDECREF(l); in fuzz_builtin_int()
78 Py_XDECREF(s); in fuzz_builtin_unicode()
138 Py_XDECREF(unpacked); in fuzz_struct_unpack()
185 Py_XDECREF(parsed); in fuzz_json_loads()
271 Py_XDECREF(compiled); in fuzz_sre_compile()
332 Py_XDECREF(matches); in fuzz_sre_match()
391 Py_XDECREF(reader); in fuzz_csv_reader()
436 Py_XDECREF(literal); in fuzz_ast_literal_eval()
/third_party/protobuf/python/google/protobuf/pyext/
H A Dscoped_pyobject_ptr.h54 ~ScopedPythonPtr() { Py_XDECREF(ptr_); } in ~ScopedPythonPtr()
63 Py_XDECREF(ptr_); in reset()

Completed in 33 milliseconds

1234567