Home
last modified time | relevance | path

Searched refs:PySequence_Tuple (Results 1 – 25 of 43) sorted by relevance

12

/external/python/cpython2/Modules/
Dresource.c159 limits = PySequence_Tuple(limits); in resource_setrlimit()
D_functoolsmodule.c301 fnargs = PySequence_Tuple(fnargs); in partial_setstate()
Ditertoolsmodule.c1381 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()
/external/python/cpython2/PC/os2vacpp/
Dpython.def358 PySequence_Tuple
/external/python/cpython3/Modules/
Dresource.c142 limits = PySequence_Tuple(limits); in py2rlimit()
Ditertoolsmodule.c1924 PyObject *newargs = PySequence_Tuple(args); in starmap_next()
2279 PyObject *pool = PySequence_Tuple(item); in product_new()
2607 pool = PySequence_Tuple(iterable); in itertools_combinations_impl()
2944 pool = PySequence_Tuple(iterable); in itertools_combinations_with_replacement_impl()
3273 pool = PySequence_Tuple(iterable); in itertools_permutations_impl()
Dmathmodule.c2639 p = PySequence_Tuple(p); in math_dist_impl()
2646 q = PySequence_Tuple(q); in math_dist_impl()
D_functoolsmodule.c434 fnargs = PySequence_Tuple(fnargs); in partial_setstate()
/external/python/cpython3/Include/
Dabstract.h702 PyAPI_FUNC(PyObject *) PySequence_Tuple(PyObject *o);
/external/python/cpython2/Include/
Dabstract.h1136 PyAPI_FUNC(PyObject *) PySequence_Tuple(PyObject *o);
/external/python/cpython3/Doc/c-api/
Dsequence.rst121 .. c:function:: PyObject* PySequence_Tuple(PyObject *o)
/external/python/cpython2/Objects/
Dcodeobject.c69 PyObject *tmp = PySequence_Tuple(v); in intern_string_constants()
Dexceptions.c305 seq = PySequence_Tuple(val); in BaseException_set_args()
1062 info = PySequence_Tuple(info); in SyntaxError_init()
Dtupleobject.c655 return PySequence_Tuple(arg); in tuple_new()
/external/python/cpython2/Doc/c-api/
Dsequence.rst165 .. c:function:: PyObject* PySequence_Tuple(PyObject *o)
/external/python/cpython3/Misc/NEWS.d/
D3.6.0a4.rst75 Don't rely on wrapping for overflow check in PySequence_Tuple(). Patch by
/external/python/cpython3/Objects/
Dtupleobject.c754 return PySequence_Tuple(iterable); in tuple_new_impl()
Dexceptions.c206 seq = PySequence_Tuple(val); in BaseException_set_args()
1493 info = PySequence_Tuple(info); in SyntaxError_init()
Dcodeobject.c88 PyObject *tmp = PySequence_Tuple(v); in intern_string_constants()
/external/python/cpython2/PC/os2emx/
Dpython27.def109 "PySequence_Tuple"
/external/python/cpython3/Doc/data/
Dstable_abi.dat547 function,PySequence_Tuple,3.2,
/external/python/cpython3/PC/
Dpython3dll.c510 EXPORT_FUNC(PySequence_Tuple)
/external/python/cpython2/Doc/data/
Drefcounts.dat1205 PySequence_Tuple:PyObject*::+1:
1206 PySequence_Tuple:PyObject*:o:0:
/external/python/cpython2/Misc/NEWS.d/
D2.7.10rc1.rst16 PySequence_Tuple() incorrectly called the concrete list API when the data
D2.7.13rc1.rst183 Don't rely on wrapping for overflow check in PySequence_Tuple(). Patch by

12