Searched refs:PyList_CheckExact (Results 1 – 24 of 24) sorted by relevance
139 if (PyList_CheckExact(a)) { in _bisect_insort_right_impl()267 if (PyList_CheckExact(a)) { in _bisect_insort_left_impl()
542 if (PyList_CheckExact(res)) { in element_get_text()564 if (PyList_CheckExact(res)) { in element_get_tail()989 text = text ? JOIN_SET(text, PyList_CheckExact(text)) : Py_None; in element_setstate_from_attributes()993 tail = tail ? JOIN_SET(tail, PyList_CheckExact(tail)) : Py_None; in element_setstate_from_attributes()2554 *dest = JOIN_SET(*data, PyList_CheckExact(*data)); in treebuilder_extend_element_text_or_tail()2756 } else if (PyList_CheckExact(self->data)) { in treebuilder_handle_data()
1844 assert(PyList_CheckExact(names)); in get_deep_attribute()3005 assert(PyList_CheckExact(obj)); in batch_list_exact()3077 if (PyList_CheckExact(obj) && self->proto > 0) { in save_list()6458 if (PyList_CheckExact(list)) { in do_append()
1363 assert(PyList_CheckExact(gcstate->callbacks)); in invoke_gc_callback()
1949 if (!(PyList_CheckExact(sub_keywords) || PyTuple_CheckExact(sub_keywords))) { in parse_tuple_and_keywords()
547 assert(PyList_CheckExact(lst)); in run_at_forkers()
26 #define PyList_CheckExact(op) Py_IS_TYPE(op, &PyList_Type) macro
649 …if (PyTuple_CheckExact(parameters) || PyList_CheckExact(parameters) || (!PyDict_Check(parameters) … in bind_parameters()653 } else if (PyList_CheckExact(parameters)) { in bind_parameters()672 } else if (PyList_CheckExact(parameters)) { in bind_parameters()
133 assert(PyList_CheckExact(dir)); in calculate_suggestions()
1874 if (PyList_CheckExact(lhs)) { in compare_op_fail_kind()2013 if (PyList_CheckExact(seq)) { in _Py_Specialize_UnpackSequence()
64 assert(PyList_CheckExact(codec_search_path)); in PyCodec_Unregister()
481 else if (PyList_CheckExact(v)) { in w_complex_object()
2171 DEOPT_IF(!PyList_CheckExact(list), BINARY_SUBSCR);2339 DEOPT_IF(!PyList_CheckExact(list), STORE_SUBSCR);2855 DEOPT_IF(!PyList_CheckExact(seq), UNPACK_SEQUENCE);5852 assert(PyList_CheckExact(names));
1242 if (!PyList_CheckExact(list)) { in config_dict_get_wstrlist()
8540 assert(PyList_CheckExact(consts)); in fold_tuple_on_constants()8809 assert(PyList_CheckExact(consts)); in optimize_basic_block()9355 assert(PyList_CheckExact(consts)); in trim_unused_consts()
28 .. c:function:: int PyList_CheckExact(PyObject *p)
1138 assert(PyList_CheckExact(match_list)); in exceptiongroup_split_recursive()1148 assert(PyList_CheckExact(rest_list)); in exceptiongroup_split_recursive()1163 assert(PyList_CheckExact(rest_list)); in exceptiongroup_split_recursive()1288 assert(PyList_CheckExact(keep)); in exception_group_projection()
2058 if (PyList_CheckExact(v)) in PySequence_Tuple()2153 if (PyList_CheckExact(v) || PyTuple_CheckExact(v)) { in PySequence_Fast()2415 if (meth_output == NULL || PyList_CheckExact(meth_output)) { in method_output_as_list()
126 assert(PyList_CheckExact(op)); in _PyList_ClearFreeList()367 if (state->numfree < PyList_MAXFREELIST && PyList_CheckExact(op)) { in list_dealloc()891 if (PyList_CheckExact(iterable) || PyTuple_CheckExact(iterable) || in list_extend()
847 if (PyList_CheckExact(arg) || PyTuple_CheckExact(arg)) { in bytearray___init___impl()
2857 if (PyList_CheckExact(x)) in PyBytes_FromObject()
1097 PyList_CheckExact:int:::1098 PyList_CheckExact:PyObject*:p:0:
1674 else if (!PyList_CheckExact(self->pending_bytes)) { in _io_TextIOWrapper_write_impl()
377 if (subclasses && PyList_CheckExact(subclasses)) { in InsertEmptyWeakref()