Searched refs:PySequence_Tuple (Results 1 – 25 of 48) sorted by relevance
12
1381 PyObject *newargs = PySequence_Tuple(args); in starmap_next()1856 PyObject *pool = PySequence_Tuple(item); in product_new()2082 pool = PySequence_Tuple(iterable); in combinations_new()2331 pool = PySequence_Tuple(iterable); in cwr_new()2577 pool = PySequence_Tuple(iterable); in permutations_new()
159 limits = PySequence_Tuple(limits); in resource_setrlimit()
301 fnargs = PySequence_Tuple(fnargs); in partial_setstate()
358 PySequence_Tuple
144 limits = PySequence_Tuple(limits); in py2rlimit()
1922 PyObject *newargs = PySequence_Tuple(args); in starmap_next()2278 PyObject *pool = PySequence_Tuple(item); in product_new()2606 pool = PySequence_Tuple(iterable); in itertools_combinations_impl()2943 pool = PySequence_Tuple(iterable); in itertools_combinations_with_replacement_impl()3272 pool = PySequence_Tuple(iterable); in itertools_permutations_impl()
2684 p = PySequence_Tuple(p); in math_dist_impl()2691 q = PySequence_Tuple(q); in math_dist_impl()
702 PyAPI_FUNC(PyObject *) PySequence_Tuple(PyObject *o);
1136 PyAPI_FUNC(PyObject *) PySequence_Tuple(PyObject *o);
121 .. c:function:: PyObject* PySequence_Tuple(PyObject *o)
319 res = PySequence_Tuple(index); in wrapTuple()
305 seq = PySequence_Tuple(val); in BaseException_set_args()1062 info = PySequence_Tuple(info); in SyntaxError_init()
69 PyObject *tmp = PySequence_Tuple(v); in intern_string_constants()
655 return PySequence_Tuple(arg); in tuple_new()
165 .. c:function:: PyObject* PySequence_Tuple(PyObject *o)
273 seq = PySequence_Tuple(val); in BaseException_set_args()723 exceptions = PySequence_Tuple(exceptions); in BaseExceptionGroup_new()2343 info = PySequence_Tuple(info); in SyntaxError_init()
402 Py_SETREF(newargs, PySequence_Tuple(newargs)); in _unpack_args()
708 return PySequence_Tuple(iterable); in tuple_new_impl()
75 Don't rely on wrapping for overflow check in PySequence_Tuple(). Patch by
109 "PySequence_Tuple"
1205 PySequence_Tuple:PyObject*::+1:1206 PySequence_Tuple:PyObject*:o:0: