Home
last modified time | relevance | path

Searched refs:PySequence_Tuple (Results 1 – 25 of 37) 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/cpython3/Modules/
Dresource.c132 limits = PySequence_Tuple(limits); in py2rlimit()
Ditertoolsmodule.c1737 PyObject *newargs = PySequence_Tuple(args); in starmap_next()
2094 PyObject *pool = PySequence_Tuple(item); in product_new()
2418 pool = PySequence_Tuple(iterable); in combinations_new()
2758 pool = PySequence_Tuple(iterable); in cwr_new()
3088 pool = PySequence_Tuple(iterable); in permutations_new()
D_functoolsmodule.c345 fnargs = PySequence_Tuple(fnargs); in partial_setstate()
/external/python/cpython2/PC/os2vacpp/
Dpython.def358 PySequence_Tuple
/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/cpython3/Include/
Dabstract.h897 PyAPI_FUNC(PyObject *) PySequence_Tuple(PyObject *o);
/external/python/cpython3/PC/
Dpython3.def524 PySequence_Tuple=python37.PySequence_Tuple
/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/Objects/
Dcodeobject.c73 PyObject *tmp = PySequence_Tuple(v); in intern_string_constants()
Dtupleobject.c684 return PySequence_Tuple(iterable); in tuple_new_impl()
Dexceptions.c201 seq = PySequence_Tuple(val); in BaseException_set_args()
1334 info = PySequence_Tuple(info); in SyntaxError_init()
/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/cpython2/PC/os2emx/
Dpython27.def109 "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
/external/python/cpython3/Doc/data/
Drefcounts.dat2002 PySequence_Tuple:PyObject*::+1:
2003 PySequence_Tuple:PyObject*:o:0:
/external/python/cpython3/Modules/_ctypes/
D_ctypes.c2250 ob = PySequence_Tuple(ob); /* new reference */ in converters_from_argtypes()
3350 ftuple = PySequence_Tuple(ftuple); in PyCFuncPtr_FromDll()

12